Searched defs:totalSectors (Results 1 – 2 of 2) sorted by relevance
190 final int totalSectors = (int)(device.getSize() / sectorSize); in format() local269 private int sectorsPerFat(int rootDirEntries, int totalSectors) in sectorsPerFat()
98 final long totalSectors = total16 == 0 ? total32 : total16; in read() local