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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 168 intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 1388 milliseconds