HomeSort by relevance Sort by last modified time
    Searched full:_client_run_output (Results 1 - 1 of 1) sorted by null

  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 132 def _client_run_output(self, cmd): member in class:platform_KernelErrorPaths
156 ppid = self._client_run_output('ps -C %s -o pid=' % parent)
157 pid = self._client_run_output('ps --ppid %s -o pid=' % ppid)
158 new_comm = self._client_run_output('ps -p %s -o comm=' %
165 pid = self._client_run_output('ps -C %s -o pid=' % comm)

Completed in 799 milliseconds