Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFileSystem.java89 ClusterChain rootDirFile = new ClusterChain(fat, in FatFileSystem() local
91 this.rootDirStore = ClusterChainDirectory.readRoot(rootDirFile); in FatFileSystem()