OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastAllocatedCluster
(Results
1 - 2
of
2
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java
49
private int
lastAllocatedCluster
;
124
this.
lastAllocatedCluster
= FIRST_CLUSTER;
230
return this.
lastAllocatedCluster
;
281
for (i =
lastAllocatedCluster
; i < lastClusterIndex; i++) {
289
for (i = FIRST_CLUSTER; i <
lastAllocatedCluster
; i++) {
304
lastAllocatedCluster
= entryIndex % lastClusterIndex;
305
if (
lastAllocatedCluster
< FIRST_CLUSTER)
306
lastAllocatedCluster
= FIRST_CLUSTER;
338
return this.
lastAllocatedCluster
;
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 45 milliseconds