Home
last modified time | relevance | path

Searched defs:totalSectors (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSuperFloppyFormatter.java190 final int totalSectors = (int)(device.getSize() / sectorSize); in format() local
269 private int sectorsPerFat(int rootDirEntries, int totalSectors) in sectorsPerFat()
DBootSector.java98 final long totalSectors = total16 == 0 ? total32 : total16; in read() local