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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 92 private int fatCount;
104 this.fatCount = DEFAULT_FAT_COUNT;
173 bs.setNrFats(fatCount);
277 int tmp2 = (256 * this.sectorsPerCluster) + this.fatCount;
393 if (this.fatCount != 2) throw new IllegalStateException(
427 if (this.fatCount != 2) throw new IllegalStateException(
BootSector.java 107 final int fatCount = bb.get(FAT_COUNT_OFFSET);
109 (fatCount * fatSz) + rootDirSectors);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 89 milliseconds