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

  /external/ltp/testcases/kernel/syscalls/execle/
execle01.c 67 execle(path, "execle01_child", "canary", NULL, env);
  /external/valgrind/memcheck/tests/
thread_alloca.c 69 execle(argv[0], argv[0], n, (char *) NULL, new_env);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 23 # define execle _execle macro
  /bionic/libc/bionic/
exec.cpp 82 int execle(const char* name, const char* arg, ...) { function
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 135 int execle(const char *, const char *, ...);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 157 int __cdecl execle(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
162 intptr_t __cdecl execle(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 220 char *const file = "execle.c";
227 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);)
  /external/clang/tools/scan-build-py/libear/
ear.c 245 # error can not implement execle without execve
247 // int execle(const char *path, const char *arg, ..., char * const envp[]);
248 int execle(const char *path, const char *arg, ...) { function
  /system/core/adb/
shell_service.cpp 347 execle(_PATH_BSHELL, _PATH_BSHELL, "-", nullptr, cenv.data());
349 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data());
  /bionic/libc/include/
unistd.h 99 int execle(const char* __path, const char* __arg0, ... /*, char* const* __envp */)
  /bionic/tests/
unistd_test.cpp     [all...]
  /bionic/tests/headers/posix/
unistd_h.c 304 FUNCTION(execle, int (*f)(const char*, const char*, ...));
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 368 execle(CRASH_DUMP_PATH, CRASH_DUMP_NAME, main_tid, pseudothread_tid, debuggerd_dump_type,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 328 def execle(file, *args): function
329 """execle(file, *args, env)
369 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 343 def execle(file, *args): function
344 """execle(file, *args, env)
384 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 314 def execle(file, *args): function
315 """execle(file, *args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /external/python/cpython2/Lib/
os.py 316 def execle(file, *args): function
317 """execle(file, *args, env)
357 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 569 extern int execle (__const char *__path, __const char *__arg, ...)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 314 def execle(file, *args): function
315 """execle(file, *args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 314 def execle(file, *args): function
315 """execle(file, *args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 314 def execle(file, *args): function
315 """execle(file, *args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 314 def execle(file, *args): function
315 """execle(file, *args, env)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 237 #define execle _execle
  /external/python/cpython3/Lib/
os.py 529 def execle(file, *args): function
530 """execle(file, *args, env)
570 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
    [all...]

Completed in 201 milliseconds