Searched refs:PIPE (Results 1 - 18 of 18) sorted by relevance

/pkg/src/tests/ro_data/signing_certs/
H A Dgenerate_certs.py180 p = subprocess.Popen(cmdline, stdout=subprocess.PIPE,
181 stderr=subprocess.PIPE, shell=True)
/pkg/src/modules/portable/
H A Dos_sunos.py62 stdout=subprocess.PIPE).communicate()[0].splitlines()
/pkg/src/modules/
H A Dpkgsubprocess.py39 __all__ = ["Popen", "PIPE", "STDOUT", "call"]
44 PIPE = subprocess.PIPE variable
H A Dsmf.py87 proc = subprocess.Popen(args, stdout=subprocess.PIPE,
H A Dcpiofile.py766 stdin=subprocess.PIPE,
767 stdout=subprocess.PIPE,
768 stderr=subprocess.PIPE)
H A Ddepotcontroller.py424 stdin=subprocess.PIPE,
H A Dconfig.py1801 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
1802 stderr=subprocess.PIPE)
/pkg/src/tests/api/
H A Dt_plat.py98 proc = subprocess.Popen([exefile], stdin = subprocess.PIPE)
141 proc = subprocess.Popen([exefile], stdin = subprocess.PIPE)
/pkg/src/modules/flavor/
H A Dpython.py294 sp = subprocess.Popen(cmd, env=newenv, stdout=subprocess.PIPE,
295 stderr=subprocess.PIPE)
/pkg/src/modules/client/
H A Dfirmware.py77 stdout=subprocess.PIPE,
H A Drad_pkg.py379 stdout=subprocess.PIPE)
/pkg/src/
H A Ddepot.py688 stdout=subprocess.PIPE,
H A Dsetup.py1151 p = subprocess.Popen(['hg', 'id', '-i'], stdout = subprocess.PIPE)
1292 stdout=subprocess.PIPE)
/pkg/src/tests/cli/
H A Dt_pkg_history.py582 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dt_pkgdep.py144 shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dt_pkg_install.py1158 stdout=subprocess.PIPE)
1167 stdout=subprocess.PIPE)
/pkg/src/tests/
H A Dpkg5unittest.py471 stdout=subprocess.PIPE,
472 stderr=subprocess.PIPE)
843 stdout=subprocess.PIPE,
4510 stdout=subprocess.PIPE,
4511 stderr=subprocess.PIPE)
4568 stdout=subprocess.PIPE,
4569 stderr=subprocess.PIPE)
/pkg/src/modules/actions/
H A Ddriver.py121 proc = subprocess.Popen(args, stdout = subprocess.PIPE,

Completed in 104 milliseconds