HomeSort by relevance Sort by last modified time
    Searched defs:popen2 (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 653 # Supply popen2 etc. (for Unix)
655 if not _exists("popen2"):
656 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
664 msg = "os.popen2 is deprecated. Use the subprocess module."
673 __all__.append("popen2")
  /external/python/cpython2/Lib/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 655 # Supply popen2 etc. (for Unix)
657 if not _exists("popen2"):
658 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
666 msg = "os.popen2 is deprecated. Use the subprocess module."
675 __all__.append("popen2")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 653 # Supply popen2 etc. (for Unix)
655 if not _exists("popen2"):
656 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
664 msg = "os.popen2 is deprecated. Use the subprocess module."
673 __all__.append("popen2")
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 653 # Supply popen2 etc. (for Unix)
655 if not _exists("popen2"):
656 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
664 msg = "os.popen2 is deprecated. Use the subprocess module."
673 __all__.append("popen2")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 653 # Supply popen2 etc. (for Unix)
655 if not _exists("popen2"):
656 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
664 msg = "os.popen2 is deprecated. Use the subprocess module."
673 __all__.append("popen2")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 5 whether mode is 'r' or 'w'. This module provides the functions popen2(cmd)
12 warnings.warn("The popen2 module is deprecated. Use the subprocess module.",
15 __all__ = ["popen2", "popen3", "popen4"]
36 internally by the functions popen2() and popen3()."""
141 def popen2(cmd, bufsize=-1, mode='t'): function
148 w, r = os.popen2(cmd, mode, bufsize)
171 def popen2(cmd, bufsize=-1, mode='t'): function
os.py 653 # Supply popen2 etc. (for Unix)
655 if not _exists("popen2"):
656 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
664 msg = "os.popen2 is deprecated. Use the subprocess module."
673 __all__.append("popen2")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 667 # Supply popen2 etc. (for Unix)
669 if not _exists("popen2"):
670 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
678 msg = "os.popen2 is deprecated. Use the subprocess module."
687 __all__.append("popen2")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 682 # Supply popen2 etc. (for Unix)
684 if not _exists("popen2"):
685 def popen2(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
693 msg = "os.popen2 is deprecated. Use the subprocess module."
702 __all__.append("popen2")

Completed in 387 milliseconds