Searched refs:run_command_get_output (Results 1 – 4 of 4) sorted by relevance
65 def run_command_get_output(self, cmd): member in LocalShell110 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 AdbShell
116 return self.shell.run_command_get_output(cmd)135 return self.host_shell.run_command_get_output(cmd)
30 def run_command_get_output(command): function
33 def run_command_get_output(command): function