Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16BootSector.java188 if (getNrLogicalSectors() == 0) return getNrTotalSectors(); in getSectorCount()
189 else return getNrLogicalSectors(); in getSectorCount()
DBootSector.java378 protected int getNrLogicalSectors() { in getNrLogicalSectors() method in BootSector
388 if (v == getNrLogicalSectors()) return; in setNrLogicalSectors()
508 res.append(getNrLogicalSectors()); in toString()