HomeSort by relevance Sort by last modified time
    Searched refs:FAT32 (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Start32.com 1 ?X?INTEL FAT32 ?|Q?????u ?&??!??f?}@?u?&?? 3?????'??C&???E&?Y3?? ??? ??.??? `?Q??????????tV????V???? ????;?t ??9????^K;?uCF????CXS???2??? ??FP?????X???Ya?`f??f?f?????{f??f3?f?^f??B?^+?C;???P???????=?~-?+?XQ??3??vS??|??@??ô???rf??f?+????Î???u?a??6????????????S E r r o r ! U??$E m 6 4 T U n s u p p o r t e d ! ???????f?f?>f? ?f?f?PAMS?r f??f??t??f?f+?f?>f3??f??gf??f??gf??Hf?Dgf??f??f??f??f??$?s?;u????d?0u???`?'???????f?fB ? "?f?????d$??Ð?????????????????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ???? ??
bs32.com 1 ?X?INTEL FAT32 ?????????|????@?3?????P??$?P???U??M?????????<???? ??2???$?ÉF??,??2?? (…)
St32_64.com 1 ?X?INTEL FAT32 ?|Q?????u ?&??!??f?}@?u?&?? 3?????B??C&???E&?Y3?? ???&??.??f???f??r ?6???? `?Q??????????tV????V???? ????;?t ??9????^K;?uCF????CXS???2??? ??FP?????X???Ya?`f??f?f?????{f??f3?f?^f??B?^+?C;???P???????=?~-?+?XQ??3??vS??|??@??ô???rf??f?+????Î???u?a??6????????????S E r r o r ! U??$E m 6 4 T U n s u p p o r t e d ! ???????f?f?>Z f? ?f?f?PAMS?r f??f??t??f?Z f+?f?>V f3??f??gf??tf?pgf???f??gf??V ?$?s??u????d?u???`???????f??ff??f?(ff?(fn ?f??"?f?f?????? ?f??"? "???2??0 ???"??g?8f?0??f??????@?H3?f??HH??Pù???d$??ÐG?????????????????????????8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8???? ??
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
FILE.LST 16 FAT12 FAT16 FAT32
25 FAT12 FAT16 FAT32
bs32.asm 55 ;The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
56 ;the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
60 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
72 FileSystemType db "FAT32 " ; File System Type - 8 bytes
bs32.S 57 #The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
58 #the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
62 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
74 FileSystemType: .ascii "FAT32 " # File System Type - 8 bytes
start32.S 54 #The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
55 #the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
59 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
71 FileSystemType: .ascii "FAT32 " # File System Type - 8 bytes
    [all...]
st32_64.S 54 #The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
55 #the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
59 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
71 FileSystemType: .ascii "FAT32 " # File System Type - 8 bytes
    [all...]
st32_64.asm 50 ;The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
51 ;the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
67 FileSystemType db "FAT32 " ; File System Type - 8 bytes
    [all...]
start32.asm 50 ;The structure for FAT32 starting at offset 36 of the boot sector. (At this point,
51 ;the BPB/boot sector for FAT12 and FAT16 differs from the BPB/boot sector for FAT32.)
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
67 FileSystemType db "FAT32 " ; File System Type - 8 bytes
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 196 if (fatType == FatType.FAT32) {
230 if (fatType == FatType.FAT32) {
239 if (fatType == FatType.FAT32) {
279 if (fatType == FatType.FAT32)
309 else return FatType.FAT32;
318 case FAT32:
355 case FAT32:
380 "disk too small for FAT32");
399 "disk too small for FAT32");
446 case FAT32
    [all...]
FatFileSystem.java 87 if (fatType == FatType.FAT32) {
153 if (fromDir == null && fatType != FatType.FAT32) {
175 if (fatType != FatType.FAT32) {
ClusterChainDirectory.java 68 if (fat.getFatType() != FatType.FAT32) {
70 "only FAT32 stores root directory in a cluster chain");
Fat32BootSector.java 25 * Contains the FAT32 specific parts of the boot sector.
32 * The offset to the entry specifying the first cluster of the FAT32
152 return FatType.FAT32;
166 * This is always 0 for FAT32.
FatType.java 88 FAT32((1 << 28) - 16, 0xFFFFFFFFL, 4.0f, "FAT32 ") { //NOI18N
  /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) {
109 /* If the OEM Name field is EXFAT, it's not FAT32, so bail */
122 * or this is not a FAT32 filesystem, most likely an
125 pfatal("Invalid FAT32 Extended BIOS Parameter Block");
245 if (boot->flags&FAT32)
252 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
314 * support for FAT32) doesn't maintain the FSINFO block
dir.c 240 if (boot->flags & FAT32) {
460 if (!(boot->flags & FAT32) && !dir->parent) {
554 if (!(boot->flags & FAT32) && !dir->parent) {
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 80 if "%3"=="FAT32" goto CreateUsb_FAT32
108 format /FS:FAT32 /v:%DISK_LABEL% /q %EFI_BOOT_DISK% < FormatCommandInput.txt > NUL
143 echo "Usage: CreateBootDisk [usb|floppy|ide] DiskNumber [FAT12|FAT16|FAT32] [IA32|X64]"
CreateBootDisk.sh 37 echo "Usage: CreateBootDisk [usb|floppy|ide|file] MediaPath DevicePath [FAT12|FAT16|FAT32] [IA32|X64]"
167 elif [ "$4" = FAT32 ]
  /external/syslinux/core/fs/fat/
fat_fs.h 29 enum fat_type{ FAT12, FAT16, FAT32 };
75 } __attribute__ ((packed)) fat32; member in union:fat_bpb::__anon37086
92 uint32_t root_cluster; /* Cluster number for (FAT32) root dir */
fat.c 74 case FAT32:
573 * For FAT32, the only way to get the root directory size is to
746 sectors_per_fat = fat.bxFATsecs ? : fat.fat32.bxFATsecs_32;
765 sbi->fat_type = FAT32;
770 if (fat.fat32.extended_flags & 0x80) {
772 sbi->fat += (fat.fat32.extended_flags & 0x0f) * sectors_per_fat;
775 /* FAT32: root directory is a cluster chain */
777 + ((fat.fat32.root_cluster-2) << sbi->clust_shift);
782 if (FAT32 == sbi->fat_type)
783 sbi->uuid = fat.fat32.num_serial
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 709 milliseconds