HomeSort by relevance Sort by last modified time
    Searched defs:rootDirStore (Results 1 - 4 of 4) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java 46 private final AbstractDirectory rootDirStore;
91 this.rootDirStore = ClusterChainDirectory.readRoot(rootDirFile);
100 this.rootDirStore =
105 this.rootDir = new FatLfnDirectory(rootDirStore, fat, isReadOnly());
151 final String fromDir = rootDirStore.getLabel();
173 rootDirStore.setLabel(label);
183 return rootDirStore;
SuperFloppyFormatter.java 238 final AbstractDirectory rootDirStore;
240 rootDirStore = ClusterChainDirectory.createRoot(fat);
245 rootDirStore = Fat16RootDirectory.create((Fat16BootSector) bs);
249 new FatLfnDirectory(rootDirStore, fat, false);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 105 milliseconds