Home
last modified time | relevance | path

Searched refs:run_command_get_output (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py65 def run_command_get_output(self, cmd): member in 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 AdbShell
Dos_interface.py116 return self.shell.run_command_get_output(cmd)
135 return self.host_shell.run_command_get_output(cmd)
/external/bcc/tools/old/
Dmemleak.py30 def run_command_get_output(command): function
/external/bcc/tools/
Dmemleak.py33 def run_command_get_output(command): function