Searched refs:_run (Results 1 – 3 of 3) sorted by relevance
/tools/repohooks/rh/ |
D | hooks.py | 253 def _run(cmd, **kwargs): function 323 _run(cmd, **kwargs), 353 result = _run(cmd, input=data) 426 result = _run(cmd) 867 result = _run(cmd, input=data) 936 result = _run(cmd, input=data) 1025 result = _run(diff_cmd, input=data)
|
D | hooks_unittest.py | 277 ret = rh.hooks._run(['true'])
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | ssh.py | 196 return self._run(command, timeout_sec, force_tty) 202 def _run(self, command: str, timeout_sec: int, force_tty: bool) -> SSHResult: member in SSHProvider
|