Home
last modified time | relevance | path

Searched refs:getSectorCount (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat32BootSector.java161 public long getSectorCount() { in getSectorCount() method in Fat32BootSector
DBootSector.java141 public abstract long getSectorCount(); in getSectorCount() method in BootSector
225 return (getSectorCount() * getBytesPerSector()) - in getDataSize()