Lines Matching refs:PIPE
24 from subprocess import CalledProcessError, Popen, PIPE, check_call
34 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
43 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
62 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
71 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
115 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
135 p = Popen(["echo", ipf], stdout=PIPE)
178 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
194 p = Popen(["echo", ipnat_rule], stdout=PIPE)
203 p = Popen(cmd, stdout=PIPE, stderr=PIPE)