Home
last modified time | relevance | path

Searched refs:RemoteSshUtil (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.java26 public class RemoteSshUtil { class
DGceManager.java486 return RemoteSshUtil.remoteSshCommandExec(gceAvd, options, runUtil, timeoutMs, command); in remoteSshCommandExecution()