Searched refs:FAT32 (Results 1 – 10 of 10) sorted by relevance
105 boot->flags |= FAT32; in readboot()110 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) { in readboot()121 if (boot->bpbFATsmall != 0 && (boot->flags & FAT32)) { in readboot()139 if (boot->flags & FAT32) { in readboot()155 if (boot->flags & FAT32) { in readboot()276 if (boot->flags & FAT32) { in readboot()
66 #define FAT32 1 /* this is a FAT32 file system */ macro
253 if (boot->flags & FAT32) { in resetDosDirSection()474 if (!(boot->flags & FAT32) && !dir->parent) { in check_subdirectory()567 is_legacyroot = (dir->parent == NULL && !(boot->flags & FAT32)); in readDosDirSection()
27 partitions with the first partition being FAT32. First copy u-boot-dtb.img
146 06400000 - 163fffff: 256MiB Partition 1 (FAT32)
187 Copy fastboot.bin to any partition on a FAT32 formated usb flash drive.
1422 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
2549 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
7054 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.
24433 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.