Searched refs:MAX_FAT16_CLUSTERS (Results 1 – 3 of 3) sorted by relevance
54 public static final int MAX_FAT16_CLUSTERS = 65524; field in Fat16BootSector168 if (clusterCount > MAX_FAT16_CLUSTERS) throw new IllegalStateException( in getFatType()
114 (clusterCount > Fat16BootSector.MAX_FAT16_CLUSTERS) ? in read()
404 static private int MAX_FAT16_CLUSTERS = 65524; field in SuperFloppyFormatter