Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java208 List<String> scpCmd = in internalScpExec() local
217 CommandResult resScp = runUtil.runTimedCmd(timeout, scpCmd.toArray(new String[0])); in internalScpExec()