OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectsPerFat
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatUtils.java
43
long
sectsPerFat
= bs.getSectorsPerFat();
47
long fatSize =
sectsPerFat
* sectSize;
63
long
sectsPerFat
= bs.getSectorsPerFat();
68
offset += fats *
sectsPerFat
* sectSize;
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 294 milliseconds