Searched refs:clusterCount (Results 1 – 2 of 2) sorted by relevance
166 final long clusterCount = dataSectors / getSectorsPerCluster(); in getFatType() local168 if (clusterCount > MAX_FAT16_CLUSTERS) throw new IllegalStateException( in getFatType()169 "too many clusters for FAT12/16: " + clusterCount); in getFatType()171 return clusterCount > MAX_FAT12_CLUSTERS ? in getFatType()
111 final long clusterCount = dataSectors / sectorsPerCluster; in read() local114 (clusterCount > Fat16BootSector.MAX_FAT16_CLUSTERS) ? in read()