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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 641 # so it won't have spawnlp[e] either.
642 def spawnlp(mode, file, *args): function
643 """spawnlp(mode, file, *args) -> integer
664 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 656 # so it won't have spawnlp[e] either.
657 def spawnlp(mode, file, *args): function
658 """spawnlp(mode, file, *args) -> integer
679 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 627 # so it won't have spawnlp[e] either.
628 def spawnlp(mode, file, *args): function
629 """spawnlp(mode, file, *args) -> integer
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /external/python/cpython2/Lib/
os.py 629 # so it won't have spawnlp[e] either.
630 def spawnlp(mode, file, *args): function
631 """spawnlp(mode, file, *args) -> integer
652 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 627 # so it won't have spawnlp[e] either.
628 def spawnlp(mode, file, *args): function
629 """spawnlp(mode, file, *args) -> integer
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 627 # so it won't have spawnlp[e] either.
628 def spawnlp(mode, file, *args): function
629 """spawnlp(mode, file, *args) -> integer
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 627 # so it won't have spawnlp[e] either.
628 def spawnlp(mode, file, *args): function
629 """spawnlp(mode, file, *args) -> integer
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 627 # so it won't have spawnlp[e] either.
628 def spawnlp(mode, file, *args): function
629 """spawnlp(mode, file, *args) -> integer
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /external/python/cpython3/Lib/
os.py 940 def spawnlp(mode, file, *args): function
    [all...]

Completed in 58 milliseconds