Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/
Drpc_functions.py233 self._os_if.run_host_shell_command(command)
249 return self._os_if.run_host_shell_command(command, False)
/external/autotest/client/cros/faft/utils/
Dos_interface.py118 def run_host_shell_command(self, cmd, block=True): member in OSInterface