HomeSort by relevance Sort by last modified time
    Searched defs:lastAllocatedCluster (Results 1 - 3 of 3) 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 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 63 milliseconds