Searched defs:popen3 (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpopen2.py6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t'): function
H A Dos.py675 if not _exists("popen3"):
676 def popen3(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
684 msg = "os.popen3 is deprecated. Use the subprocess module."
693 __all__.append("popen3")
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpopen2.py6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t'): function
H A Dos.py675 if not _exists("popen3"):
676 def popen3(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
684 msg = "os.popen3 is deprecated. Use the subprocess module."
693 __all__.append("popen3")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpopen2.py6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t'): function
H A Dos.py675 if not _exists("popen3"):
676 def popen3(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
684 msg = "os.popen3 is deprecated. Use the subprocess module."
693 __all__.append("popen3")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpopen2.py6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t'): function
H A Dos.py675 if not _exists("popen3"):
676 def popen3(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
684 msg = "os.popen3 is deprecated. Use the subprocess module."
693 __all__.append("popen3")

Completed in 708 milliseconds