Home
last modified time | relevance | path

Searched refs:FAT_FILSYSTYPE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h147 #define FAT_FILSYSTYPE "FAT " macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h147 #define FAT_FILSYSTYPE "FAT " macro
Dbootsectimage.c455 (strcmp (FilSysType, FAT_FILSYSTYPE) != 0)) { in GetFatType()
457 FilSysType, FAT12_FILSYSTYPE, FAT_FILSYSTYPE); in GetFatType()
461 (strcmp (FilSysType, FAT_FILSYSTYPE) != 0)) { in GetFatType()
463 FilSysType, FAT16_FILSYSTYPE, FAT_FILSYSTYPE); in GetFatType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h147 #define FAT_FILSYSTYPE "FAT " macro