HomeSort by relevance Sort by last modified time
    Searched defs:spawnlp (Results 1 - 7 of 7) 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",])
  /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",])

Completed in 261 milliseconds