Home
last modified time | relevance | path

Searched refs:rootDirStore (Results 1 – 2 of 2) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFileSystem.java46 private final AbstractDirectory rootDirStore; field in FatFileSystem
91 this.rootDirStore = ClusterChainDirectory.readRoot(rootDirFile); in FatFileSystem()
100 this.rootDirStore = in FatFileSystem()
105 this.rootDir = new FatLfnDirectory(rootDirStore, fat, isReadOnly()); in FatFileSystem()
151 final String fromDir = rootDirStore.getLabel(); in getVolumeLabel()
173 rootDirStore.setLabel(label); in setVolumeLabel()
183 return rootDirStore; in getRootDirStore()
DSuperFloppyFormatter.java238 final AbstractDirectory rootDirStore; in format() local
240 rootDirStore = ClusterChainDirectory.createRoot(fat); in format()
245 rootDirStore = Fat16RootDirectory.create((Fat16BootSector) bs); in format()
249 new FatLfnDirectory(rootDirStore, fat, false); in format()