Searched refs:remoteSshCommandExec (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 458 String output = remoteSshCommandExec(gceAvd, options, runUtil, "bugreportz"); in getBugreportzWithSsh() 491 remoteSshCommandExec( in getNestedDeviceSshBugreportz() 506 remoteSshCommandExec(gceAvd, options, runUtil, "./bin/adb", "pull", deviceFilePath); in getNestedDeviceSshBugreportz() 603 return RemoteSshUtil.remoteSshCommandExec(gceAvd, options, runUtil, timeoutMs, command); in remoteSshCommandExecution() 606 private static String remoteSshCommandExec( in remoteSshCommandExec() method in GceManager
|
D | RemoteSshUtil.java | 41 public static CommandResult remoteSshCommandExec( in remoteSshCommandExec() method in RemoteSshUtil 70 public static CommandResult remoteSshCommandExec( in remoteSshCommandExec() method in RemoteSshUtil 76 return remoteSshCommandExec( in remoteSshCommandExec()
|