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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 106 final int reservedSectors = bb.getShort(RESERVED_SECTORS_OFFSET);
108 final long dataSectors = totalSectors - (reservedSectors +
SuperFloppyFormatter.java 91 private int reservedSectors;
172 bs.setNrReservedSectors(reservedSectors);
276 totalSectors - (this.reservedSectors + rootDirSectors);
352 this.reservedSectors = 1;
356 this.reservedSectors = 32;
390 if (this.reservedSectors != 32) throw new IllegalStateException(
424 if (this.reservedSectors != 1) throw new IllegalStateException(
  /system/vold/
VolumeManager.cpp 131 unsigned long reservedSectors = (numSectors * 2)/100 + (numSectors % 50 > 0);
132 numSectors += reservedSectors > (4096 * clusterSectors) ? (4096 * clusterSectors) : reservedSectors;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 591 milliseconds