HomeSort by relevance Sort by last modified time
    Searched full:fat32 (Results 1 - 20 of 20) sorted by null

  /external/fsck_msdos/
dosfs.h 69 #define FAT32 1 /* this is a FAT32 file system */
72 * various parts of FAT32? XXX
74 int ValidFat; /* valid fat if FAT32 non-mirrored */
boot.c 90 boot->flags |= FAT32;
91 if (boot->flags & FAT32) {
217 if (boot->flags&FAT32)
224 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
286 * support for FAT32) doesn't maintain the FSINFO block
fat.c 60 * rrrr1111 11111111 11111111 mmmmmmmm FAT32 entry 0
61 * rrrrsh11 11111111 11111111 11111xxx FAT32 entry 1
236 * 0xXXffff0fffffff07 for FAT32 upon boot, to know that the
dir.c 240 if (boot->flags & FAT32) {
458 if (!(boot->flags & FAT32) && !dir->parent) {
  /external/grub/
README 8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
NEWS 290 * FAT32 support is added.
ChangeLog     [all...]
  /sdk/emulator/mksdcard/
mksdcard.c 28 /* a simple and portable program used to generate a blank FAT32 image file
128 POKES( boot + 0x11, 0 ); /* max root directory entries for FAT12/FAT16, 0 for FAT32 */
131 POKES( boot + 0x16, 0 ); /* Sectors per FAT for FAT12/16, 0 for FAT32 */
148 memcpy( boot + 0x52, "FAT32 ", 8 ); /* FAT system type, padded with 0x20 */
199 fprintf(stderr, "mksdcard: create a blank FAT32 image to be used with the Android emulator\n" );
  /external/grub/stage2/
fat.h 53 /* The following fields are only used by FAT32 */
fsys_fat.c 116 /* This is a FAT32 */
132 /* Yes the following is correct. FAT32 should be called FAT28 :) */
  /external/kernel-headers/original/linux/
msdos_fs.h 130 /* The following fields are only used by FAT32 */
158 #define FAT32_BSX_OFFSET 64 /* offset of fat_boot_bsx in FAT32 */
168 __le16 starthi; /* High 16 bits of cluster in FAT32 */
221 usefree:1; /* Use free_clusters for FAT32 */
243 unsigned long fsinfo_sector; /* sector number of FAT32 fsinfo */
  /frameworks/base/docs/html/guide/developing/tools/
othertools.jd 44 <p>The mksdcard tool lets you quickly create a FAT32 disk image that you can
emulator.jd     [all...]
  /system/core/libdiskconfig/
diskconfig.c 115 /* possible values are: linux, fat32 */
118 } else if (!strcmp(tmp, "fat32")) {
  /development/pdk/docs/source/
overview-1.0.jd 80 <li>FAT32 file system is supported.
  /external/qemu/block/
vvfat.c 236 } __attribute__((packed)) fat32; member in union:bootsector_t::__anon4215
252 uint8_t fs_type; /* 0x1 = FAT12, 0x6 = FAT16, 0xe = FAT16_LBA, 0xb = FAT32, 0xc = FAT32_LBA */
400 /* FAT12/FAT16/FAT32 */
896 /* LATER TODO: still true for FAT32? */
976 /* LATER TODO: if FAT32, this is wrong */
983 memcpy(bootsector->fat_type,(s->fat_type==12?"FAT12 ":s->fat_type==16?"FAT16 ":"FAT32 "),8);
1014 /* LATER TODO: if FAT32, adjust */
1043 fprintf(stderr, "Big fat greek warning: FAT32 has not been tested. You are welcome to do so!\n");
    [all...]
  /system/core/toolbox/
newfs_msdos.c 75 #define MINCLS32 2 /* minimum FAT32 clusters */
78 #define MAXCLS32 0xffffff5 /* maximum FAT32 clusters */
245 * Construct a FAT12, FAT16, or FAT32 file system.
  /external/e2fsprogs/lib/blkid/
probe.c 503 /* Search the FAT32 root dir for the label attribute */
1123 { "vfat", 0, 0x52, 8, "FAT32 ", probe_fat },
    [all...]
  /external/grub/docs/
grub.texi 285 @dfn{BSD FFS}, @dfn{DOS FAT16 and FAT32}, @dfn{Minix fs}, @dfn{Linux
    [all...]
grub.info 234 types are "BSD FFS", "DOS FAT16 and FAT32", "Minix fs", "Linux
    [all...]

Completed in 257 milliseconds