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

Completed in 43 milliseconds