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

  /external/mesa3d/scons/
fixes.py 3 # Monkey patch os.spawnve on windows to become thread safe
7 from os import spawnve as old_spawnve
25 os.spawnve = new_spawnve
  /toolchain/binutils/binutils-2.27/libiberty/
pex-djgpp.c 205 status = (((flags & PEX_SEARCH) != 0 ? spawnvpe : spawnve)
pex-unix.c 553 pid = spawnve (_P_NOWAITO, executable, (cc_cp)argv, (cc_cp)env);
configure     [all...]
  /external/mksh/src/
os2.c 423 pid = spawnve(P_NOWAIT, exec_name, argv, envp);
434 pid = spawnve(P_NOWAIT, exec_name, rsp_argv, envp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 579 def spawnve(mode, file, args, env): function
580 """spawnve(mode, file, args, env) -> integer
633 return spawnve(mode, file, args[:-1], env)
636 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 594 def spawnve(mode, file, args, env): function
595 """spawnve(mode, file, args, env) -> integer
648 return spawnve(mode, file, args[:-1], env)
651 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 171 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env)
281 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env)
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 171 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env)
281 pid = os.spawnve(os.P_NOWAIT, argv[0], argv, env)
306 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
360 pid = _os.spawnve(_os.P_NOWAIT, argv[0], argv, env)
  /external/python/cpython2/Lib/
os.py 567 def spawnve(mode, file, args, env): function
568 """spawnve(mode, file, args, env) -> integer
621 return spawnve(mode, file, args[:-1], env)
624 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 190 intptr_t __cdecl spawnve(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/python/cpython3/Lib/
os.py 873 def spawnve(mode, file, args, env): function
874 """spawnve(mode, file, args, env) -> integer
906 __all__.extend(["spawnv", "spawnve", "spawnvp", "spawnvpe"])
931 return spawnve(mode, file, args[:-1], env)
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [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 245 milliseconds