Home
last modified time | relevance | path

Searched refs: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
88 toDirectory, in testBuildInodeopCommandEmpty()
101 String toDirectory = null; in testBuildInodeopCommandWorkload() local
110 toDirectory, in testBuildInodeopCommandWorkload()
123 String toDirectory = null; in testBuildInodeopCommandDirectory() local
132 toDirectory, in testBuildInodeopCommandDirectory()
145 String toDirectory = null; in testBuildInodeopCommandFromDirectory() local
154 toDirectory, in testBuildInodeopCommandFromDirectory()
167 String toDirectory = "test_to_dir"; in testBuildInodeopCommandToDirectory() local
176 toDirectory, in testBuildInodeopCommandToDirectory()
[all …]
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java62 private String toDirectory = null; field in InodeopBenchmarkTest
99 toDirectory, in runInodeopBenchmark()
175 String toDirectory, in buildInodeopCommand() argument
191 if (toDirectory != null) { in buildInodeopCommand()
193 sb.append(toDirectory); in buildInodeopCommand()