Searched refs:execvpe (Results 1 – 12 of 12) sorted by relevance
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 19 check_function_exists(execvpe HAVE_EXECVPE)
|
D | main.c | 176 FORK(execvpe(compiler, argv, envp);) in call_execvpe()
|
/external/python/cpython2/Lib/ |
D | os.py | 338 execvpe(file, args[:-1], env) 348 def execvpe(file, args, env): function 597 return _spawnvef(mode, file, args, env, execvpe)
|
D | subprocess.py | 977 os.execvpe(executable, args, env)
|
/external/iproute2/tc/ |
D | e_bpf.c | 163 return execvpe(argv_run[0], argv_run, envp_run); in parse_bpf()
|
/external/python/cpython2/Lib/distutils/ |
D | spawn.py | 142 exec_fn = search_path and os.execvpe or os.execve
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 179 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() function
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 605 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None)
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 561 os.execvpe(self.command, self.args, self.env)
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1713 execvpe(file, args, env) 1736 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 1745 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1641 fun:execvpe=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 737 PUBLIC ac5e0 0 execvpe
|