Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSuperFloppyFormatter.java359 this.sectorsPerCluster = defaultSectorsPerCluster(fatType); in setFatType()
435 private int defaultSectorsPerCluster(FatType fatType) throws IOException { in defaultSectorsPerCluster() method in SuperFloppyFormatter