HomeSort by relevance Sort by last modified time
    Searched defs:FIRST_CLUSTER (Results 1 - 3 of 3) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 38 public final static int FIRST_CLUSTER = 2;
124 this.lastAllocatedCluster = FIRST_CLUSTER;
132 this.lastClusterIndex = (int) bs.getDataClusterCount() + FIRST_CLUSTER;
289 for (i = FIRST_CLUSTER; i < lastAllocatedCluster; i++) {
299 "FAT Full (" + (lastClusterIndex - FIRST_CLUSTER)
305 if (lastAllocatedCluster < FIRST_CLUSTER)
306 lastAllocatedCluster = FIRST_CLUSTER;
325 for (int i=FIRST_CLUSTER; i < lastClusterIndex; i++) {
451 if ((cluster < FIRST_CLUSTER) || (cluster >= entries.length)) {
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 60 milliseconds