Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/supplement/process/
Dexecve.c31 execve("/bin/touch", argv, my_env); in execve_0100()
47 int ret = execve(" ", argv, my_env); in execve_0200()
63 int ret = execve(buff, argv, my_env); in execve_0300()
Dtest_src_functionalext_supplement_process.gni24 "execve",
/third_party/musl/src/process/
Dexecvp.c19 return execve(file, argv, envp); in __execvpe()
39 execve(b, argv, envp); in __execvpe()
Dexecv.c7 return execve(path, argv, __environ); in execv()
Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
Dfexecve.c13 execve(buf, argv, envp); in fexecve()
Dexecle.c21 return execve(path, argv, envp); in execle()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl06.c52 execve(BIN_PATH, childargv, envp); in do_prctl()
59 execve(BIN_PATH, argv, envp); in do_prctl()
/third_party/ltp/testcases/kernel/containers/userns/
Duserns06.c56 if (execve(args[0], args, NULL) == -1) { in child_fn1()
84 if (execve(args[0], args, NULL) == -1) { in child_fn2()
/third_party/rust/crates/rustix/src/
Druntime.rs267 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() function
268 backend::runtime::syscalls::execve(path, argv, envp) in execve()
/third_party/ltp/lib/newlib_tests/
Dtest_exec.c26 execve(path, argv, environ); in do_test()
/third_party/musl/porting/liteos_a/user/src/process/
Dfexecve.c15 execve(buf, argv, envp); in fexecve()
/third_party/ltp/testcases/kernel/syscalls/execve/
Dexecve01.c36 execve(path, args, envp); in verify_execve()
Dexecve04.c45 TEST(execve(TEST_APP, argv, environ)); in verify_execve()
Dexecve05.c58 TEST(execve(TEST_APP, argv, environ)); in do_child()
Dexecve02.c46 TEST(execve(TEST_APP, argv, environ)); in do_child()
Dexecve03.c116 TEST(execve(tc->tname, argv, NULL)); in verify_execve()
/third_party/ltp/include/lapi/syscalls/
Dx86_64.in60 execve 59
361 execve 520
/third_party/libunwind/tests/
Dforker.c56 execve (program, child_argv, envp); in main()
/third_party/python/Mac/IDLE/IDLE.app/Contents/MacOS/
DIDLE23 os.execve(executable, sys.argv, os.environ)
/third_party/selinux/libselinux/src/
Dsetexecfilecon.c67 return execve(filename, argv, envp); in rpm_execcon()
/third_party/toybox/toys/example/
Dlogwrapper.c73 execve(list->str, toys.argv, environ); in logwrapper_main()
/third_party/python/Lib/
D_bootsubprocess.py23 os.execve(self._cmd[0], self._cmd, self._env)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbrowser-wpadebug.c117 execve("/system/bin/am", argv, envp); in hs20_web_browser()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser-wpadebug.c117 execve("/system/bin/am", argv, envp); in hs20_web_browser()

12345