Home
last modified time | relevance | path

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

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