Searched refs:fullBinaryPath (Results 1 – 1 of 1) sorted by relevance
190 private int countExpectedTests(ITestDevice testDevice, String fullBinaryPath) in countExpectedTests() argument192 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()