Home
last modified time | relevance | path

Searched refs:getBootSector (Results 1 – 4 of 4) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java64 this.dataOffset = FatUtils.getFilesOffset(fat.getBootSector()); in ClusterChain()
66 this.clusterSize = fat.getBootSector().getBytesPerCluster(); in ClusterChain()
DClusterChainDirectory.java73 final Fat32BootSector bs = (Fat32BootSector) fat.getBootSector(); in createRoot()
DFatFileSystem.java233 public BootSector getBootSector() { in getBootSector() method in FatFileSystem
DFat.java151 public BootSector getBootSector() { in getBootSector() method in Fat