OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAT32
(Results
1 - 9
of
9
) sorted by null
/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) {
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 75 milliseconds