Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java38 String inodeopCommand, String[] expectedOptions) { in checkInodeopCommandOptions() argument
39 for (String option : expectedOptions) Assert.assertTrue(inodeopCommand.contains(option)); in checkInodeopCommandOptions()
83 String inodeopCommand = in testBuildInodeopCommandEmpty() local
93 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandEmpty()
105 String inodeopCommand = in testBuildInodeopCommandWorkload() local
115 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandWorkload()
127 String inodeopCommand = in testBuildInodeopCommandDirectory() local
137 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandDirectory()
149 String inodeopCommand = in testBuildInodeopCommandFromDirectory() local
159 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandFromDirectory()
[all …]
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java94 String inodeopCommand = in runInodeopBenchmark() local
106 results.add(getDevice().executeShellCommand(inodeopCommand)); in runInodeopBenchmark()