Searched defs:PIPE (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openstack/common/files/
H A Dopenstack_common.py32 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace
268 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
304 check_call(["/usr/bin/pgrep", "-c", ctid], stdout=PIPE,
305 stderr=PIPE)
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py93 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace
213 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
942 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py32 from subprocess import Popen, PIPE namespace
768 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
785 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
904 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
923 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)

Completed in 1929 milliseconds