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

  /bionic/libc/bionic/
exec.cpp 104 return execvpe(name, argv, environ);
118 int execvpe(const char* name, char* const* argv, char* const* envp) { function
spawn.cpp 175 return posix_spawn(pid, file, actions, attr, argv, env, execvpe);
  /external/iproute2/tc/
e_bpf.c 160 return execvpe(argv_run[0], argv_run, envp_run);
  /bionic/tests/
unistd_test.cpp     [all...]
  /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)
subprocess.py     [all...]
  /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
  /bionic/libc/include/
unistd.h 94 int execvpe(const char* __file, char* const* __argv, char* const* __envp) __INTRODUCED_IN(21);
  /external/python/cpython3/Lib/
os.py 563 execvpe(file, args[:-1], env)
573 def execvpe(file, args, env): function
574 """execvpe(file, args, env)
582 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
914 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");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 529 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None)
  /external/autotest/client/common_lib/
pexpect.py 561 os.execvpe(self.command, self.args, self.env)
    [all...]
  /external/python/cpython2/Lib/test/
test_os.py 605 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None)
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 726 milliseconds