Home
last modified time | relevance | path

Searched refs:setSectorCount (Results 1 – 3 of 3) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DBootSector.java137 public abstract void setSectorCount(long count); in setSectorCount() method in BootSector
155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
DFat32BootSector.java156 public void setSectorCount(long count) { in setSectorCount() method in Fat32BootSector
DFat16BootSector.java176 public void setSectorCount(long count) { in setSectorCount() method in Fat16BootSector