Searched defs:subprocess (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/tools/python/pkglint/
H A Duserland.py36 import subprocess namespace
250 aslr_tag_process = subprocess.Popen(
253 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py25 import subprocess namespace
317 p1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE,
318 stderr=subprocess.PIPE)
323 # Set the pipe to be blocking because evenlet.green.subprocess uses
328 p2 = subprocess.Popen(cmd2, stdin=p1.stdout,
329 stdout=subprocess.PIPE,
330 stderr=subprocess.PIPE)

Completed in 11 milliseconds