Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java460 CommandResult psRes = in isStillRunning() local
470 if (!CommandStatus.SUCCESS.equals(psRes.getStatus())) { in isStillRunning()
480 CLog.d("ps -ef: stdout: %s\nstderr: %s\n", psRes.getStdout(), psRes.getStderr()); in isStillRunning()
481 stillRunning = psRes.getStdout().contains(configFile.getName()); in isStillRunning()