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