Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSuperFloppyFormatter.java196 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()
DFatFileSystem.java87 if (fatType == FatType.FAT32) { in FatFileSystem()
153 if (fromDir == null && fatType != FatType.FAT32) { in getVolumeLabel()
175 if (fatType != FatType.FAT32) { in setVolumeLabel()
DFat32BootSector.java152 return FatType.FAT32; in getFatType()
DClusterChainDirectory.java68 if (fat.getFatType() != FatType.FAT32) { in createRoot()
DFatType.java88 FAT32((1 << 28) - 16, 0xFFFFFFFFL, 4.0f, "FAT32 ") { //NOI18N enumConstant