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)
|