Home
last modified time | relevance | path

Searched refs: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
87 fromDirectory, in testBuildInodeopCommandEmpty()
100 String fromDirectory = null; in testBuildInodeopCommandWorkload() local
109 fromDirectory, in testBuildInodeopCommandWorkload()
122 String fromDirectory = null; in testBuildInodeopCommandDirectory() local
131 fromDirectory, in testBuildInodeopCommandDirectory()
144 String fromDirectory = "/test_from_dir"; in testBuildInodeopCommandFromDirectory() local
153 fromDirectory, in testBuildInodeopCommandFromDirectory()
166 String fromDirectory = null; in testBuildInodeopCommandToDirectory() local
175 fromDirectory, in testBuildInodeopCommandToDirectory()
[all …]
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java59 private String fromDirectory = null; field in InodeopBenchmarkTest
98 fromDirectory, in runInodeopBenchmark()
174 String fromDirectory, in buildInodeopCommand() argument
187 if (fromDirectory != null) { in buildInodeopCommand()
189 sb.append(fromDirectory); in buildInodeopCommand()