Searched refs:mRemoteAdbPath (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 98 private String mRemoteAdbPath = null; field in RemoteInvocationExecution 154 mRemoteAdbPath = String.format("/home/%s/bin/adb", options.getInstanceUser()); in runTests() 317 remoteTfCommand.add(String.format("PATH=%s:$PATH", new File(mRemoteAdbPath).getParent())); in runRemote() 534 info, options, runUtil, 120000L, mRemoteAdbPath, "devices"); in resetAdb() 540 info, options, runUtil, 120000L, mRemoteAdbPath, "version"); in resetAdb()
|