Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dssh_test.py280 ssh._SshLogOutput(fake_cmd)
286 errors.DeviceConnectionError, ssh._SshLogOutput, fake_cmd)
290 subprocess.CalledProcessError, ssh._SshLogOutput, fake_cmd)
296 errors.LaunchCVDFail, ssh._SshLogOutput, fake_cmd)
302 errors.LaunchCVDFail, ssh._SshLogOutput, fake_cmd)
310 ssh._SshLogOutput(fake_cmd, fake_timeout)
Dssh.py97 def _SshLogOutput(cmd, timeout=None, show_output=False, hide_error_msg=False): function
219 functor=_SshLogOutput,
354 _SshLogOutput(" ".join(remote_cmd), timeout, hide_error_msg=True)
384 _SshLogOutput(ssh_cmd, timeout=_CONNECTION_TIMEOUT)