Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16BootSector.java54 public static final int MAX_FAT16_CLUSTERS = 65524; field in Fat16BootSector
168 if (clusterCount > MAX_FAT16_CLUSTERS) throw new IllegalStateException( in getFatType()
DBootSector.java114 (clusterCount > Fat16BootSector.MAX_FAT16_CLUSTERS) ? in read()
DSuperFloppyFormatter.java404 static private int MAX_FAT16_CLUSTERS = 65524; field in SuperFloppyFormatter