Searched refs:psRes (Results 1 – 1 of 1) sorted by relevance
460 CommandResult psRes = in isStillRunning() local470 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()