Searched refs:RunCommandForOutput (Results 1 – 2 of 2) sorted by relevance
/art/tools/common/ |
D | common.py | 132 def RunCommandForOutput(cmd, env, stdout, stderr, timeout=60): function 195 (_, _, retcode) = RunCommandForOutput(cmd, None, outf, errf, timeout) 339 (output, err_output, retcode) = RunCommandForOutput( 450 (output, _, retcode) = RunCommandForOutput(cmd, self._shell_env, PIPE,
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 38 from common.common import RunCommandForOutput 553 (output, _, _) = RunCommandForOutput(
|