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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 57 * @see #getSectorsPerCluster()
301 * {@link #getSectorsPerCluster() sectors per cluster} and the
307 return this.getSectorsPerCluster() * this.getBytesPerSector();
315 public int getSectorsPerCluster() {
325 if (v == getSectorsPerCluster()) return;
496 res.append(getSectorsPerCluster());
Fat16BootSector.java 166 final long clusterCount = dataSectors / getSectorsPerCluster();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 370 milliseconds