/aosp_15_r20/external/curl/packages/vms/ |
H A D | config_h.com | 724 $! This wants execve() to do this automagically to pass. function
|
/aosp_15_r20/external/musl/src/process/ |
H A D | execve.c | 4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
|
/aosp_15_r20/external/trusty/musl/src/process/ |
D | execve.c | 4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
|
/aosp_15_r20/external/strace/ |
H A D | execve.c | 122 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/ |
D | Xw32defs.h | 27 # define execve _execve macro
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 27 # define execve _execve macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | runtime.rs | 365 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/ |
D | syscalls.rs | 99 pub(crate) unsafe fn execve( in execve() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | exec_libc.go | 48 func execve(path uintptr, argv uintptr, envp uintptr) (err Errno) func
|
D | zsyscall_openbsd_ppc64.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
D | zsyscall_openbsd_arm64.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
D | zsyscall_openbsd_amd64.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
D | zsyscall_openbsd_riscv64.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
D | zsyscall_openbsd_386.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
D | zsyscall_openbsd_arm.go | 1814 func execve(path *byte, argv **byte, envp **byte) (err error) { func
|
/aosp_15_r20/external/mksh/src/ |
H A D | os2.c | 400 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/ |
D | ear.c | 155 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/ |
D | ear.c | 155 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 D | ear.c | 161 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/ |
D | ear.c | 155 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/ |
D | ear.c | 155 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 D | BlockGuardOs.java | 463 @Override public void execve(String filename, String[] argv, String[] envp) in execve() method in BlockGuardOs
|
H A D | ForwardingOs.java | 231 …public void execve(String filename, String[] argv, String[] envp) throws ErrnoException { os.execv… in execve() method in ForwardingOs
|
H A D | Os.java | 171 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 D | Os.java | 164 …public static void execve(String filename, String[] argv, String[] envp) throws ErrnoException { L… in execve() method in Os
|