Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java217 CommandResult resScp = runUtil.runTimedCmd(timeout, scpCmd.toArray(new String[0])); in internalScpExec() local
218 if (!CommandStatus.SUCCESS.equals(resScp.getStatus())) { in internalScpExec()
226 builder.append(String.format("file, status: %s", resScp.getStatus())); in internalScpExec()
228 CLog.e("%s", resScp.getStderr()); in internalScpExec()