Home
last modified time | relevance | path

Searched refs:getRootDirEntryCount (Results 1 – 5 of 5) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16RootDirectory.java35 super(bs.getRootDirEntryCount(), readOnly, true); in Fat16RootDirectory()
37 if (bs.getRootDirEntryCount() <= 0) throw new IllegalArgumentException( in Fat16RootDirectory()
38 "root directory size is " + bs.getRootDirEntryCount()); in Fat16RootDirectory()
DFat16BootSector.java161 final long rootDirSectors = ((getRootDirEntryCount() * 32) + in getFatType()
198 public int getRootDirEntryCount() { in getRootDirEntryCount() method in Fat16BootSector
210 if (v == getRootDirEntryCount()) return; in setRootDirEntryCount()
DFatUtils.java83 offset += bs.getRootDirEntryCount() * 32; in getFilesOffset()
DFat32BootSector.java171 public int getRootDirEntryCount() { in getRootDirEntryCount() method in Fat32BootSector
DBootSector.java139 public abstract int getRootDirEntryCount(); in getRootDirEntryCount() method in BootSector