Home
last modified time | relevance | path

Searched refs:remoteSshCommandExec (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DMultiUserSetupUtil.java47 RemoteSshUtil.remoteSshCommandExec( in prepareRemoteUser()
67 RemoteSshUtil.remoteSshCommandExec( in addExtraCvdUser()
97 RemoteSshUtil.remoteSshCommandExec( in setupNetworkInterface()
105 RemoteSshUtil.remoteSshCommandExec( in setupNetworkInterface()
127 RemoteSshUtil.remoteSshCommandExec( in prepareRemoteHomeDir()
139 RemoteSshUtil.remoteSshCommandExec( in prepareRemoteHomeDir()
149 RemoteSshUtil.remoteSshCommandExec( in prepareRemoteHomeDir()
DRemoteSshUtil.java41 public static CommandResult remoteSshCommandExec( in remoteSshCommandExec() method in RemoteSshUtil
70 public static CommandResult remoteSshCommandExec( in remoteSshCommandExec() method in RemoteSshUtil
76 return remoteSshCommandExec( in remoteSshCommandExec()
DGceManager.java343 String output = remoteSshCommandExec(gceAvd, options, runUtil, "bugreportz"); in getBugreportzWithSsh()
376 output = remoteSshCommandExec(gceAvd, options, runUtil, "adb", "shell", "bugreportz"); in getNestedDeviceSshBugreportz()
389 remoteSshCommandExec(gceAvd, options, runUtil, "adb", "pull", deviceFilePath); in getNestedDeviceSshBugreportz()
486 return RemoteSshUtil.remoteSshCommandExec(gceAvd, options, runUtil, timeoutMs, command); in remoteSshCommandExecution()
489 private static String remoteSshCommandExec( in remoteSshCommandExec() method in GceManager