OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectorsPerCluster
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java
90
private int
sectorsPerCluster
;
174
bs.setSectorsPerCluster(
sectorsPerCluster
);
194
if (
sectorsPerCluster
== 0) throw new AssertionError();
277
int tmp2 = (256 * this.
sectorsPerCluster
) + this.fatCount;
359
this.
sectorsPerCluster
= defaultSectorsPerCluster(fatType);
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 25 milliseconds