Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h150 #define FAT32_FILSYSTYPE "FAT32 " macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h150 #define FAT32_FILSYSTYPE "FAT32 " macro
Dbootsectimage.c469 if (strcmp (FilSysType, FAT32_FILSYSTYPE) != 0) { in GetFatType()
471 FilSysType, FAT32_FILSYSTYPE); in GetFatType()
695 memcpy (FilSysType, FAT32_FILSYSTYPE, sizeof(FilSysType)); in PatchBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h150 #define FAT32_FILSYSTYPE "FAT32 " macro