Searched refs:binaryPath (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | ExecutableHostTest.java | 103 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()
|
D | ExecutableBaseTest.java | 234 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()
|
D | ExecutableTargetTest.java | 63 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/ |
D | GTestBaseTest.java | 53 public String loadFilter(String binaryPath) { in loadFilter() argument
|