Searched defs:cmd_output (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/virt/
H A Daexpect.py1197 def cmd_output(self, cmd, timeout=60, internal_timeout=None, member in class:ShellSession
1261 o = self.cmd_output(cmd, timeout, internal_timeout, print_func)
1264 s = self.cmd_output(self.status_test_command, 10, internal_timeout)
1332 Alias for cmd_output() for backward compatibility.
1334 return self.cmd_output(cmd, timeout, internal_timeout, print_func)
/external/lldb/test/
H A Ddotest.py1128 cmd_output = pipe.stdout.read()
1129 if cmd_output and "DBGFileMappedPaths = " in cmd_output:
1131 print cmd_output
1280 cmd_output = pipe.stdout.read() variable
1281 if cmd_output:
1282 if "not found" in cmd_output:
1286 compilers[i] = cmd_output.split('\n')[0]

Completed in 93 milliseconds