Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java223 File rootDirFile = tfBuild.getRootDir(); in preRun() local
224 mRootDir = rootDirFile.getAbsolutePath(); in preRun()
228 File f = FileUtil.findFile(rootDirFile, jar); in preRun()
/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()