Searched refs:popen4 (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_popen2.py | 114 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/ |
D | popen2.py | 161 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
|
D | os.py | 698 def popen4(cmd, mode="t", bufsize=-1): function
|
/external/python/cpython2/Doc/library/ |
D | popen2.rst | 35 not available when using the :func:`popen2`, :func:`popen3`, and :func:`popen4` 53 .. function:: popen4(cmd[, bufsize[, mode]]) 83 :func:`popen4`.
|
D | subprocess.rst | 836 (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
|
D | os.rst | 569 .. function:: popen4(cmd[, mode[, bufsize]]) 2015 popen4(...)
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_linux.py | 21 si, so = os.popen4(' '.join(argv))
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 620 inf, outf = os.popen4("%s -S \"%s\"" %
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 1342 (child_stdin, child_stdout_and_stderr) = os.popen4(cmd, mode, bufsize)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8623 fork() exists. (popen4() is still in the works.) 9112 os/popen2 -- popen2/popen3/popen4 support under Windows. popen2/popen3
|
/external/python/cpython3/Misc/ |
D | HISTORY | 26002 fork() exists. (popen4() is still in the works.) 26491 os/popen2 -- popen2/popen3/popen4 support under Windows. popen2/popen3
|