Home
last modified time | relevance | path

Searched defs:fromDirectory (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java78 String fromDirectory = null; in testBuildInodeopCommandEmpty() local
100 String fromDirectory = null; in testBuildInodeopCommandWorkload() local
122 String fromDirectory = null; in testBuildInodeopCommandDirectory() local
144 String fromDirectory = "/test_from_dir"; in testBuildInodeopCommandFromDirectory() local
166 String fromDirectory = null; in testBuildInodeopCommandToDirectory() local
188 String fromDirectory = null; in testBuildInodeopCommandMaintainState() local
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java59 private String fromDirectory = null; field in InodeopBenchmarkTest
174 String fromDirectory, in buildInodeopCommand()