Searched refs:Popen (Results 1 - 5 of 5) sorted by path

/art/test/testrunner/
H A Denv.py58 config = subprocess.Popen(command,
H A Dtestrunner.py280 proc = subprocess.Popen(['adb', 'shell', 'getprop', 'ro.product.name'],
555 proc = subprocess.Popen(command.split(), stderr=subprocess.STDOUT, universal_newlines=True)
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.py32 from subprocess import Popen namespace
147 Subprocess.DEVNULL, see Popen.
149 Subprocess.DEVNULL, see Popen.
156 proc = Popen(cmd, stdout=stdout, stderr=stderr, env=env,
445 logcat_proc = Popen(logcat_cmd, stdout=PIPE, stderr=STDOUT,
/art/tools/
H A Ddt_fds_forward.py144 proc = subprocess.Popen(full_cmd, close_fds=False)
/art/tools/jfuzz/
H A Drun_jfuzz_test_nightly.py55 processes.append(subprocess.Popen(cmd, stdout=output_file,

Completed in 637 milliseconds