Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java190 private int countExpectedTests(ITestDevice testDevice, String fullBinaryPath) in countExpectedTests() argument
192 String exec = testDevice.executeShellCommand(String.format("file %s", fullBinaryPath)); in countExpectedTests()
195 CLog.d("%s does not look like an executable", fullBinaryPath); in countExpectedTests()
198 String cmd = String.format("%s %s", fullBinaryPath, GBENCHMARK_LIST_TESTS_OPTION); in countExpectedTests()