HomeSort by relevance Sort by last modified time
    Searched refs:execvpe (Results 1 - 25 of 38) sorted by null

1 2

  /bionic/libc/bionic/
exec.cpp 103 return execvpe(name, argv, environ);
117 int execvpe(const char* name, char* const* argv, char* const* envp) { function
spawn.cpp 173 return posix_spawn(pid, file, actions, attr, argv, env, execvpe);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 29 # define execvpe _execvpe macro
  /bionic/tests/
unistd_test.cpp     [all...]
  /external/iproute2/tc/
e_bpf.c 160 return execvpe(argv_run[0], argv_run, envp_run);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 182 int __cdecl execvpe(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
187 intptr_t __cdecl execvpe(const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /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/tests/functional/exec/
main.c 168 char *const file = "execvpe.c";
176 FORK(execvpe(compiler, argv, envp);)
  /external/python/cpython2/Lib/distutils/
spawn.py 142 exec_fn = search_path and os.execvpe or os.execve
  /external/python/cpython3/Lib/distutils/
spawn.py 114 exec_fn = search_path and os.execvpe or os.execve
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
spawn.py 129 exec_fn = search_path and os.execvpe or os.execve
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
spawn.py 129 exec_fn = search_path and os.execvpe or os.execve
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 129 exec_fn = search_path and os.execvpe or os.execve
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 129 exec_fn = search_path and os.execvpe or os.execve
  /bionic/libc/include/
unistd.h 95 int execvpe(const char* __file, char* const* __argv, char* const* __envp) __INTRODUCED_IN(21);
  /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...]
  /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");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 591 extern int execvpe (__const char *__file, char *__const __argv[],
    [all...]

Completed in 383 milliseconds

1 2