Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dshell_wrapper.py114 cmd_stdout = ''.join(self.run_command_get_output(cmd))
126 def run_command_get_output(self, cmd, include_stderr=False): member in LocalShell
H A Dos_interface.py115 return self.shell.run_command_get_output(cmd, include_stderr)
/aosp_15_r20/external/bcc/tools/old/
H A Dmemleak.py30 def run_command_get_output(command): function
/aosp_15_r20/external/bcc/tools/
H A Dmemleak.py33 def run_command_get_output(command): function