Home
last modified time | relevance | path

Searched refs:getFatType (Results 1 – 7 of 7) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFileSystem.java75 this.fatType = bs.getFatType(); in FatFileSystem()
137 public FatType getFatType() { in getFatType() method in FatFileSystem
DFat.java108 this.fatType = bs.getFatType(); in Fat()
142 public FatType getFatType() { in getFatType() method in Fat
DFat32BootSector.java151 public FatType getFatType() { in getFatType() method in Fat32BootSector
DClusterChainDirectory.java68 if (fat.getFatType() != FatType.FAT32) { in createRoot()
DFat16BootSector.java160 public FatType getFatType() { in getFatType() method in Fat16BootSector
DBootSector.java121 public abstract FatType getFatType(); in getFatType() method in BootSector
DSuperFloppyFormatter.java331 public FatType getFatType() { in getFatType() method in SuperFloppyFormatter