/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | execv.c | 30 int ret = execv("/bin/touch", argv); in execv_0100() 47 int ret = execv(" ", argv); in execv_0200() 63 int ret = execv(buff, argv); in execv_0300()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | execvp.c | 47 execv(file, argv); in execvp_noalloc() 82 /* Try to execute this name. If it works, execv will not return. */ in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | execvp.c | 47 execv(file, argv); in execvp_noalloc() 82 /* Try to execute this name. If it works, execv will not return. */ in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns06.c | 40 ret = execv(args[0], args); in child_fn1() 42 tst_brk(TBROK | TERRNO, "execv: unexpected error"); in child_fn1() 58 ret = execv(args[0], args); in child_fn2() 60 tst_brk(TBROK | TERRNO, "execv: unexpected error"); in child_fn2()
|
/third_party/musl/src/process/ |
H A D | execv.c | 5 int execv(const char *path, char *const argv[]) in execv() function
|
H A D | execl.c | 20 return execv(path, argv); in execl()
|
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_notroot.c | 25 execv(argv[1], &argv[1]); in main()
|
/third_party/ltp/testcases/kernel/syscalls/execv/ |
H A D | execv01.c | 30 TEST(execv(path, args)); in verify_execv()
|
/third_party/googletest/googletest/scripts/ |
H A D | upload_gtest.py | 74 os.execv(upload_py_path, upload_py_argv)
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | dropper.c | 69 execv(argv[4], &argv[4]); in main() 70 printf("Failed to execv\n"); in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | dropper.c | 74 execv(argv[4], &argv[4]); in main() 75 printf("Failed to execv\n"); in main()
|
/third_party/nghttp2/src/ |
H A D | shrpx_exec.cc | 96 rv = execv(argv[0], argv); in exec_read_command()
|
/third_party/musl/libc-test/src/common/ |
H A D | runtest.c | 28 execv(argv[0], argv); in start()
|
/third_party/python/Lib/ |
H A D | _bootsubprocess.py | 25 os.execv(self._cmd[0], self._cmd)
|
H A D | os.py | 542 execv(file, args) 592 exec_func = execv 836 if _exists("fork") and not _exists("spawnv") and _exists("execv"): 845 # as execv*()? 881 return _spawnvef(mode, file, args, None, execv)
|
/third_party/toybox/toys/other/ |
H A D | switch_root.c | 112 execv(*cmdline, cmdline); in switch_root_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser-android.c | 108 execv("/system/bin/am", argv); in hs20_web_browser() 109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
H A D | browser-system.c | 104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser() 105 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | browser-android.c | 108 execv("/system/bin/am", argv); in hs20_web_browser() 109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
H A D | browser-system.c | 104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser() 105 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | non-regular.c | 165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | non-regular.c | 165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_posix.cc | 160 // execv() and friends replace the current process image with the target in Exec() 165 // std[in,out,err]_pipes to STD[IN,OUT,ERR]_FILENO and then calling execv() to in Exec() 239 // Redirect the stdin, stdout, stderr pipes for the execv process in Exec() 259 auto res = execv(path_.c_str(), const_cast<char* const*>(args.data())); in Exec()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_utils_run.c | 120 execv(argv[0], argv); in run_program0()
|
/third_party/cups-filters/backend/ |
H A D | implicitclass.c | 396 execv(buf, argv_nt); in main()
|