Searched refs:FAT32 (Results 1 – 5 of 5) sorted by relevance
196 if (fatType == FatType.FAT32) { in format()230 if (fatType == FatType.FAT32) { in format()239 if (fatType == FatType.FAT32) { in format()279 if (fatType == FatType.FAT32) in sectorsPerFat()309 else return FatType.FAT32; in fatTypeFromSize()318 case FAT32: in clusterSizeFromSize()355 case FAT32: in setFatType()446 case FAT32: in defaultSectorsPerCluster()
87 if (fatType == FatType.FAT32) { in FatFileSystem()153 if (fromDir == null && fatType != FatType.FAT32) { in getVolumeLabel()175 if (fatType != FatType.FAT32) { in setVolumeLabel()
152 return FatType.FAT32; in getFatType()
68 if (fat.getFatType() != FatType.FAT32) { in createRoot()
88 FAT32((1 << 28) - 16, 0xFFFFFFFFL, 4.0f, "FAT32 ") { //NOI18N enumConstant