filesystem_fat.h File Reference

const TLitC< sizeof(L"FAT")/2 > KFileSystemName_FAT

const TLitC< sizeof(L"FAT")/2 >KFileSystemName_FAT[static]

FAT filesystem name, which shall be provided to RFs::MountFileSystem() and is returned by RFs::FileSystemName() if this file system is mounted on the drive. The literal is case-insensitive. RFs::MountFileSystem() RFs::FileSystemName()

const TLitC< sizeof(L"FAT12")/2 > KFSSubType_FAT12

const TLitC< sizeof(L"FAT12")/2 >KFSSubType_FAT12[static]

FAT file system subtypes, literal values. These values are returned by RFs::FileSystemSubType(). The literals are case-insensitive. File sytem "FAT" mounted on the drive can be one of the FAT12/FAT16/FAT32

RFs::FileSystemSubType()

const TLitC< sizeof(L"FAT16")/2 > KFSSubType_FAT16

const TLitC< sizeof(L"FAT16")/2 >KFSSubType_FAT16[static]

const TLitC< sizeof(L"FAT32")/2 > KFSSubType_FAT32

const TLitC< sizeof(L"FAT32")/2 >KFSSubType_FAT32[static]

const TUint64 KMaxSupportedFatFileSize

const TUint64KMaxSupportedFatFileSize

Typedef TVolFormatParam_FATBuf

typedef TPckgBuf< TVolFormatParam_FAT >TVolFormatParam_FATBuf