Searched refs:rootDirStore (Results 1 – 2 of 2) sorted by relevance
46 private final AbstractDirectory rootDirStore; field in FatFileSystem91 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()
238 final AbstractDirectory rootDirStore; in format() local240 rootDirStore = ClusterChainDirectory.createRoot(fat); in format()245 rootDirStore = Fat16RootDirectory.create((Fat16BootSector) bs); in format()249 new FatLfnDirectory(rootDirStore, fat, false); in format()