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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 42 private final int sectorCount;
120 this.sectorCount = (int) bs.getSectorsPerFat();
134 entries = new long[(int) ((sectorCount * sectorSize) /
178 final byte[] data = new byte[sectorCount * sectorSize];
196 final byte[] data = new byte[sectorCount * sectorSize];
398 if (this.sectorCount != other.sectorCount) return false;
413 hash = 23 * hash + this.sectorCount;
466 sb.append(", sectorCount=");
467 sb.append(sectorCount);
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 154 milliseconds