Home
last modified time | relevance | path

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

/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dcros_interface.py102 subprocess.call(self.FormSSHCommandLine(['-M', '-o ControlPersist=yes']),
119 def FormSSHCommandLine(self, args, extra_ssh_args=None): member in CrOSInterface
154 self.FormSSHCommandLine(args), cwd, quiet=quiet)
453 subprocess.call(self.FormSSHCommandLine(['-O', 'exit', self._hostname]),
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
Dcros_forwarder.py47 self._cri.FormSSHCommandLine(['sleep', '999999999'], command_line),