Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java80 CommandResult pgrepRes = in pidsOf() local
82 if (pgrepRes.getStatus() != CommandStatus.SUCCESS) { in pidsOf()
86 "pgrep '%s' failed with stderr: %s", pgrepRegex, pgrepRes.getStderr())); in pidsOf()
90 for (String line : pgrepRes.getStdout().split("\n")) { in pidsOf()