OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatCount
(Results
1 - 3
of
3
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java
107
final int
fatCount
= bb.get(FAT_COUNT_OFFSET);
109
(
fatCount
* fatSz) + rootDirSectors);
SuperFloppyFormatter.java
92
private int
fatCount
;
104
this.
fatCount
= DEFAULT_FAT_COUNT;
173
bs.setNrFats(
fatCount
);
277
int tmp2 = (256 * this.sectorsPerCluster) + this.
fatCount
;
393
if (this.
fatCount
!= 2) throw new IllegalStateException(
427
if (this.
fatCount
!= 2) throw new IllegalStateException(
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 40 milliseconds