Home | History | Annotate | Download | only in pyautolib

Lines Matching defs:subprocess

43 import subprocess
342 proc = subprocess.Popen(['pgrep', '^chrome$'], stdout=subprocess.PIPE)
347 subprocess.call(['pkill', '^chrome$'])
398 proc = subprocess.Popen(
399 args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
420 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
466 pgrep_process = subprocess.Popen(['pgrep', 'session_manager'],
467 stdout=subprocess.PIPE)
759 subprocess.call(['taskkill.exe', '/T', '/F', '/PID', str(pid)])
4163 pgrep_process = subprocess.Popen(['pgrep', 'session_manager'],
4164 stdout=subprocess.PIPE)
5253 p = subprocess.Popen('grep bytes %s' % gem_obj_path,
5254 stdout=subprocess.PIPE, shell=True)
5265 p = subprocess.Popen('grep bytes %s' % gtt_path,
5266 stdout=subprocess.PIPE, shell=True)
5582 subprocess.Popen([sys.executable, os.path.join(os.path.dirname(__file__),