Home
last modified time | relevance | path

Searched defs:execve (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/curl/packages/vms/
H A Dconfig_h.com724 $! This wants execve() to do this automagically to pass. function
/aosp_15_r20/external/musl/src/process/
H A Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
/aosp_15_r20/external/trusty/musl/src/process/
Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
/aosp_15_r20/external/strace/
H A Dexecve.c122 SYS_FUNC(execve) in SYS_FUNC() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXw32defs.h27 # define execve _execve macro
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h27 # define execve _execve macro
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Druntime.rs365 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs99 pub(crate) unsafe fn execve( in execve() function
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_libc.go48 func execve(path uintptr, argv uintptr, envp uintptr) (err Errno) func
Dzsyscall_openbsd_ppc64.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
Dzsyscall_openbsd_arm64.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
Dzsyscall_openbsd_amd64.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
Dzsyscall_openbsd_riscv64.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
Dzsyscall_openbsd_386.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
Dzsyscall_openbsd_arm.go1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
/aosp_15_r20/external/mksh/src/
H A Dos2.c400 execve(const char *name, char * const *argv, char * const *envp) in execve() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libear/
Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libear/
Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
/aosp_15_r20/external/clang/tools/scan-build-py/libear/
H A Dear.c161 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libear/
Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libear/
Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java463 @Override public void execve(String filename, String[] argv, String[] envp) in execve() method in BlockGuardOs
H A DForwardingOs.java231 …public void execve(String filename, String[] argv, String[] envp) throws ErrnoException { os.execv… in execve() method in ForwardingOs
H A DOs.java171 public void execve(String filename, String[] argv, String[] envp) throws ErrnoException; in execve() method
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java164 …public static void execve(String filename, String[] argv, String[] envp) throws ErrnoException { L… in execve() method in Os

12345678910>>...13