OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastClusterIndex
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java
47
private final int
lastClusterIndex
;
132
this.
lastClusterIndex
= (int) bs.getDataClusterCount() + FIRST_CLUSTER;
137
if (
lastClusterIndex
> entries.length) throw new IOException(
138
"file system has " +
lastClusterIndex
+
281
for (i = lastAllocatedCluster; i <
lastClusterIndex
; i++) {
299
"FAT Full (" + (
lastClusterIndex
- FIRST_CLUSTER)
304
lastAllocatedCluster = entryIndex %
lastClusterIndex
;
325
for (int i=FIRST_CLUSTER; i <
lastClusterIndex
; i++) {
400
if (this.
lastClusterIndex
!= other.
lastClusterIndex
) return false
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 43 milliseconds