Home
last modified time | relevance | path

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

/third_party/uapp/fsck-msdosfs/
A Dboot.c76 boot->flags |= FAT32; in readboot()
77 if (boot->flags & FAT32) { in readboot()
192 if (boot->flags&FAT32) in readboot()
232 int dirtybyte = boot->flags&FAT32 ? 0x41 : 0x25; in readboot()
A Ddosfs.h64 #define FAT32 1 /* this is a FAT32 file system */ macro
A Ddir.c237 if (boot->flags & FAT32) { in resetDosDirSection()
460 if (!(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()
841 if (!(boot->flags & FAT32) && !dir->parent) in readDosDirSection()
863 if ((mod & FSDIRMOD) && !(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()

Completed in 6 milliseconds