Lines Matching refs:subprocess
18 import subprocess
51 process = subprocess.Popen(cmd, shell=True, stdin=None,
52 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
78 process = subprocess.Popen(cmd, shell=True, stdin=None,
79 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
111 process = subprocess.Popen(cmd, shell=True, stdin=None,
112 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
130 raise subprocess.CalledProcessError(process.returncode, cmd)
153 exception_types=(errors.DeviceConnectionError, subprocess.CalledProcessError),
259 process = subprocess.Popen(ssh_cmd, shell=True, stdin=None,
260 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)