OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectorCount
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java
42
private final int
sectorCount
;
120
this.
sectorCount
= (int) bs.getSectorsPerFat();
134
entries = new long[(int) ((
sectorCount
* sectorSize) /
178
final byte[] data = new byte[
sectorCount
* sectorSize];
196
final byte[] data = new byte[
sectorCount
* sectorSize];
398
if (this.
sectorCount
!= other.
sectorCount
) return false;
413
hash = 23 * hash + this.
sectorCount
;
466
sb.append(",
sectorCount
=");
467
sb.append(
sectorCount
);
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 338 milliseconds