Lines Matching defs:subprocess
41 import subprocess
42 from subprocess import PIPE
87 process = subprocess.Popen(command, stderr=subprocess.PIPE)
117 process = subprocess.Popen(command, stderr=subprocess.PIPE)
145 process = subprocess.Popen(command, stdout=PIPE, stderr=subprocess.PIPE)
484 output = subprocess.Popen('git ls-files --full-name',
724 return subprocess.call([sys.executable, checkdeps_py, workspace]) == 0
754 result &= subprocess.call(
755 [sys.executable, script], stdout=subprocess.PIPE) == 0