OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootDirStore
(Results
1 - 3
of
3
) 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
Completed in 47 milliseconds