Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py57 def run_command_get_status(self, cmd): member in LocalShell
139 def run_command_get_status(self, cmd): member in AdbShell
188 return self._host_shell.run_command_get_status(cmd) == 0
194 return self._host_shell.run_command_get_status(cmd) != 0
Dos_interface.py112 return self.shell.run_command_get_status(cmd)
128 return self.host_shell.run_command_get_status(cmd)