Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java66 public static ClusterChainDirectory createRoot(Fat fat) throws IOException { in createRoot() method in ClusterChainDirectory
DSuperFloppyFormatter.java240 rootDirStore = ClusterChainDirectory.createRoot(fat); in format()