Home
last modified time | relevance | path

Searched refs:popen4 (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_popen2.py114 w, r = os.popen4([self.cmd])
117 w, r = os.popen4(["echo", self.teststr])
121 w, r = os.popen4(self.cmd)
/external/python/cpython2/Lib/
Dpopen2.py161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
Dos.py698 def popen4(cmd, mode="t", bufsize=-1): function
/external/python/cpython2/Doc/library/
Dpopen2.rst35 not available when using the :func:`popen2`, :func:`popen3`, and :func:`popen4`
53 .. function:: popen4(cmd[, bufsize[, mode]])
83 :func:`popen4`.
Dsubprocess.rst836 (child_stdin, child_stdout_and_stderr) = os.popen4("cmd", mode,
843 On Unix, os.popen2, os.popen3 and os.popen4 also accept a sequence as
Dos.rst569 .. function:: popen4(cmd[, mode[, bufsize]])
2015 popen4(...)
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_linux.py21 si, so = os.popen4(' '.join(argv))
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py620 inf, outf = os.popen4("%s -S \"%s\"" %
/external/python/cpython3/Doc/library/
Dsubprocess.rst1342 (child_stdin, child_stdout_and_stderr) = os.popen4(cmd, mode, bufsize)
/external/python/cpython2/Misc/
DHISTORY8623 fork() exists. (popen4() is still in the works.)
9112 os/popen2 -- popen2/popen3/popen4 support under Windows. popen2/popen3
/external/python/cpython3/Misc/
DHISTORY26002 fork() exists. (popen4() is still in the works.)
26491 os/popen2 -- popen2/popen3/popen4 support under Windows. popen2/popen3