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.py111 cmd_stdout = ''.join(self.run_command_get_output(cmd))
123 def run_command_get_output(self, cmd, include_stderr=False): member in LocalShell
Dos_interface.py127 return self.shell.run_command_get_output(cmd, include_stderr)
/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