HomeSort by relevance Sort by last modified time
    Searched refs:getSectorsPerFat (Results 1 - 7 of 7) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatUtils.java 43 long sectsPerFat = bs.getSectorsPerFat();
63 long sectsPerFat = bs.getSectorsPerFat();
Fat16BootSector.java 141 public long getSectorsPerFat() {
152 if (v == getSectorsPerFat()) return;
164 (getNrReservedSectors() + (getNrFats() * getSectorsPerFat()) +
Fat32BootSector.java 140 if (getSectorsPerFat() == v) return;
146 public long getSectorsPerFat() {
Fat.java 109 if (bs.getSectorsPerFat() > Integer.MAX_VALUE)
112 if (bs.getSectorsPerFat() <= 0) throw new IOException(
113 "boot sector says there are " + bs.getSectorsPerFat() +
120 this.sectorCount = (int) bs.getSectorsPerFat();
BootSector.java 128 public abstract long getSectorsPerFat();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 200 milliseconds