Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java79 String toDirectory = null; in testBuildInodeopCommandEmpty() local
101 String toDirectory = null; in testBuildInodeopCommandWorkload() local
123 String toDirectory = null; in testBuildInodeopCommandDirectory() local
145 String toDirectory = null; in testBuildInodeopCommandFromDirectory() local
167 String toDirectory = "test_to_dir"; in testBuildInodeopCommandToDirectory() local
189 String toDirectory = null; in testBuildInodeopCommandMaintainState() local
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java62 private String toDirectory = null; field in InodeopBenchmarkTest
175 String toDirectory, in buildInodeopCommand()