Searched refs:FAT32 (Results 1 – 15 of 15) sorted by relevance
/external/fsck_msdos/ |
D | boot.c | 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()
|
D | dosfs.h | 66 #define FAT32 1 /* this is a FAT32 file system */ macro
|
D | dir.c | 253 if (boot->flags & FAT32) { in resetDosDirSection() 481 if (!(boot->flags & FAT32) && !dir->parent) { in check_subdirectory() 574 is_legacyroot = (dir->parent == NULL && !(boot->flags & FAT32)); in readDosDirSection()
|
/external/mtools/ |
D | mtools.spec | 173 - allow to specify number of reserved sectors for FAT32. 184 - mformat: use same default cluster size by size as Microsoft for FAT32 217 - Fixed typo in initialization of FAT32 info sector 230 - Make mlabel write backup boot sector if FAT32
|
D | NEWS | 45 - allow to specify number of reserved sectors for FAT32. 59 for FAT32 93 Fixed typo in initialization of FAT32 info sector 107 Make mlabel write backup boot sector if FAT32 603 More FAT32 fixes. New mshowfat command. 605 Fix FAT32 problem (FAT32 does not use the high nibble) 610 Guard against corrupted "next free block" pointer in a FAT32 788 FAT32 support, BeOS patches
|
D | fat_size_calculation.tex | 184 sizes equal to 512), and less efficient (in case of FAT32, it may 202 In case of FAT32, Microsoft just halves the denominator. This is
|
D | mtools.info | 1493 bypasses this step. This flag is not needed on FAT32 file systems, 1621 Format the partition as FAT32. 1664 Sets the fsVersion id when formatting a FAT32 drive. In order to 1665 find this out, run minfo on an existing FAT32 drive, and mail me 1694 be stored (only relevant on FAT32). 1697 be at least 1 for non-FAT32 disks, and at least 3 for FAT disks (in 1723 For FAT32 it uses the following table to determine the number of 2008 - FAT32 partitions are assigned type 0x0C ("'Win95 FAT32, LBA'")
|
D | mtools.texi | 1696 this step. This flag is not needed on FAT32 file systems, which store 1836 Format the partition as FAT32. 1876 Sets the fsVersion id when formatting a FAT32 drive. In order to find 1877 this out, run minfo on an existing FAT32 drive, and mail me about it, so 1904 stored (only relevant on FAT32). 1907 at least 1 for non-FAT32 disks, and at least 3 for FAT disks (in order 1934 For FAT32 it uses the following table to determine the number of 2262 FAT32 partitions are assigned type 0x0C (``@code{Win95 FAT32, LBA}'')
|
/external/mtools/debian/ |
D | changelog | 46 * allow to specify number of reserved sectors for FAT32. 61 for FAT32 99 * Fixed typo in initialization of FAT32 info sector 119 * Make mlabel write backup boot sector if FAT32
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/ |
D | README.md | 108 must be formatted as FAT32 with default cluster size (but less than 32 Kbytes) 223 card. Note that the card must be formatted as FAT32 with default cluster
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/ |
D | README.md | 98 card. Note that the card must be formatted as FAT32 with default cluster
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1422 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2606 or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 7054 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 24433 FAT32's limit is 4GB, and files >= 2GB are easier to use from Python now.
|