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

  /bionic/libc/bionic/
exec.cpp 103 return execvpe(name, argv, environ);
117 int execvpe(const char* name, char* const* argv, char* const* envp) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 350 execvpe(file, args[:-1], env)
360 def execvpe(file, args, env): function
361 """execvpe(file, args, env)
369 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
609 return _spawnvef(mode, file, args, env, execvpe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 365 execvpe(file, args[:-1], env)
375 def execvpe(file, args, env): function
376 """execvpe(file, args, env)
384 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
624 return _spawnvef(mode, file, args, env, execvpe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 336 execvpe(file, args[:-1], env)
346 def execvpe(file, args, env): function
347 """execvpe(file, args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
595 return _spawnvef(mode, file, args, env, execvpe)
  /external/python/cpython2/Lib/
os.py 338 execvpe(file, args[:-1], env)
348 def execvpe(file, args, env): function
349 """execvpe(file, args, env)
357 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
597 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 336 execvpe(file, args[:-1], env)
346 def execvpe(file, args, env): function
347 """execvpe(file, args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 336 execvpe(file, args[:-1], env)
346 def execvpe(file, args, env): function
347 """execvpe(file, args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 336 execvpe(file, args[:-1], env)
346 def execvpe(file, args, env): function
347 """execvpe(file, args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 336 execvpe(file, args[:-1], env)
346 def execvpe(file, args, env): function
347 """execvpe(file, args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
595 return _spawnvef(mode, file, args, env, execvpe)
  /external/clang/tools/scan-build-py/libear/
ear.c 179 int execvpe(const char *file, char *const argv[], char *const envp[]) { function
306 DLSYM(func, fp, "execvpe");
  /external/python/cpython3/Lib/
os.py 551 execvpe(file, args[:-1], env)
561 def execvpe(file, args, env): function
562 """execvpe(file, args, env)
570 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
903 return _spawnvef(mode, file, args, env, execvpe)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 29 # define execvpe _execvpe macro

Completed in 331 milliseconds