Home
last modified time | relevance | path

Searched refs:FAT32 (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Dboot.c90 boot->flags |= FAT32;
91 if (boot->flags & FAT32) {
245 if (boot->flags&FAT32)
Ddosfs.h69 #define FAT32 1 /* this is a FAT32 file system */ macro
Ddir.c240 if (boot->flags & FAT32) { in resetDosDirSection()
460 if (!(boot->flags & FAT32) && !dir->parent) { in check_dot_dot()
554 if (!(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()