Searched refs:PIPE (Results 1 - 4 of 4) sorted by path

/art/test/testrunner/
H A Denv.py59 stdout=subprocess.PIPE,
H A Dtestrunner.py282 stdout = subprocess.PIPE,
557 proc = subprocess.Popen(command.split(), stderr=subprocess.STDOUT, stdout = subprocess.PIPE,
902 cpu_info_proc = subprocess.Popen(adb_command.split(), stdout=subprocess.PIPE)
/art/tools/common/
H A Dcommon.py31 from subprocess import PIPE namespace
146 stdout: file handle or one of Subprocess.PIPE, Subprocess.STDOUT,
148 stderr: file handle or one of Subprocess.PIPE, Subprocess.STDOUT,
342 cmd, env, PIPE, PIPE, self._timeout)
445 logcat_proc = Popen(logcat_cmd, stdout=PIPE, stderr=STDOUT,
452 (output, _, retcode) = RunCommandForOutput(cmd, self._shell_env, PIPE,
/art/tools/jfuzz/
H A Drun_jfuzz_test.py561 None, subprocess.PIPE, subprocess.STDOUT)

Completed in 108 milliseconds