Searched refs:FAT32_SIGN (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | fat.h | 38 #define FAT32_SIGN "FAT32 " macro |
/external/u-boot/fs/fat/ | ||
D | fat.c | 526 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi() |