Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java103 String binaryPath, ITestInvocationListener listener, TestDescription description) in runBinary() argument
113 FileUtil.chmodRWXRecursively(new File(binaryPath)); in runBinary()
116 String scriptName = new File(binaryPath).getName(); in runBinary()
118 String parentDir = new File(binaryPath).getParent(); in runBinary()
123 command.add(binaryPath); in runBinary()
158 CLog.d("Checking whether device is still online after %s", binaryPath); in runBinary()
165 "Device became unavailable after %s.", binaryPath), in runBinary()
DExecutableBaseTest.java234 String binaryPath, ITestInvocationListener listener, TestDescription description) in runBinary() argument
292 private IRemoteTest getTestShard(String binaryPath, String testName, String cmd) { in getTestShard() argument
299 if (binaryPath != null) { in getTestShard()
301 shard.mBinaryPaths.add(binaryPath); in getTestShard()
DExecutableTargetTest.java63 String binaryPath, ITestInvocationListener listener, TestDescription description) in runBinary() argument
70 binaryPath, getTimeoutPerBinaryMs(), TimeUnit.MILLISECONDS); in runBinary()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestBaseTest.java53 public String loadFilter(String binaryPath) { in loadFilter() argument