HomeSort by relevance Sort by last modified time
    Searched refs:popen4 (Results 1 - 9 of 9) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
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
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
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
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 204 (child_stdin, child_stdout_and_stderr) = os.popen4(
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 204 (child_stdin, child_stdout_and_stderr) = os.popen4(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 620 inf, outf = os.popen4("%s -S \"%s\"" %
    [all...]

Completed in 90 milliseconds