HomeSort by relevance Sort by last modified time
    Searched full:run_command_get_output (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 65 def run_command_get_output(self, cmd): member in class:LocalShell
110 if (self._host_shell.run_command_get_output('adb shell whoami')[0]
146 lines = self.run_command_get_output(cmd)
151 def run_command_get_output(self, cmd): member in class:AdbShell
os_interface.py 116 return self.shell.run_command_get_output(cmd)
135 return self.host_shell.run_command_get_output(cmd)

Completed in 142 milliseconds