Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c105 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()
Ddosfs.h66 #define FAT32 1 /* this is a FAT32 file system */ macro
Ddir.c253 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()
/external/u-boot/board/logicpd/imx6/
DREADME27 partitions with the first partition being FAT32. First copy u-boot-dtb.img
/external/u-boot/doc/
DREADME.mediatek146 06400000 - 163fffff: 256MiB Partition 1 (FAT32)
/external/u-boot/board/hisilicon/poplar/
DREADME187 Copy fastboot.bin to any partition on a FAT32 formated usb flash drive.
/external/python/cpython2/Doc/library/
Dos.rst1422 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
/external/python/cpython3/Doc/library/
Dos.rst2549 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
/external/python/cpython2/Misc/
DHISTORY7054 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.
/external/python/cpython3/Misc/
DHISTORY24433 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.