Searched refs:getSectorSize (Results 1 – 5 of 5) sorted by relevance
189 final int sectorSize = device.getSectorSize(); in format()219 device.getSectorSize(), totalSectors); in format()272 final int bps = device.getSectorSize(); in sectorsPerFat()396 final long sectors = device.getSize() / device.getSectorSize(); in sectorsPerCluster32()401 return sectorsPerCluster32FromSize(device.getSize(), device.getSectorSize()); in sectorsPerCluster32()431 int sectorSize = device.getSectorSize(); in sectorsPerCluster16()437 int sectorSize = device.getSectorSize(); in defaultSectorsPerCluster()
91 (device.getSectorSize() - 1)) / device.getSectorSize(); in read()154 setBytesPerSector(getDevice().getSectorSize()); in init()155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
79 public int getSectorSize() throws IOException; in getSectorSize() method
168 public int getSectorSize() { in getSectorSize() method in RamDisk
150 public int getSectorSize() { in getSectorSize() method in FileDisk