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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 35 super(bs.getRootDirEntryCount(), readOnly, true);
37 if (bs.getRootDirEntryCount() <= 0) throw new IllegalArgumentException(
38 "root directory size is " + bs.getRootDirEntryCount());
Fat16BootSector.java 34 * @see #getRootDirEntryCount()
64 * @see #getRootDirEntryCount()
161 final long rootDirSectors = ((getRootDirEntryCount() * 32) +
198 public int getRootDirEntryCount() {
210 if (v == getRootDirEntryCount()) return;
FatUtils.java 83 offset += bs.getRootDirEntryCount() * 32;
Fat32BootSector.java 171 public int getRootDirEntryCount() {
BootSector.java 139 public abstract int getRootDirEntryCount();
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 172 milliseconds