Home
last modified time | relevance | path

Searched refs:execv (Results 1 - 25 of 74) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecv.c30 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 Dexecvp.c47 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 Dexecvp.c47 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 Duserns06.c40 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 Dexecv.c5 int execv(const char *path, char *const argv[]) in execv() function
H A Dexecl.c20 return execv(path, argv); in execl()
/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_notroot.c25 execv(argv[1], &argv[1]); in main()
/third_party/ltp/testcases/kernel/syscalls/execv/
H A Dexecv01.c30 TEST(execv(path, args)); in verify_execv()
/third_party/googletest/googletest/scripts/
H A Dupload_gtest.py74 os.execv(upload_py_path, upload_py_argv)
/kernel/linux/linux-5.10/samples/seccomp/
H A Ddropper.c69 execv(argv[4], &argv[4]); in main()
70 printf("Failed to execv\n"); in main()
/kernel/linux/linux-6.6/samples/seccomp/
H A Ddropper.c74 execv(argv[4], &argv[4]); in main()
75 printf("Failed to execv\n"); in main()
/third_party/nghttp2/src/
H A Dshrpx_exec.cc96 rv = execv(argv[0], argv); in exec_read_command()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.h48 MOCK_METHOD2(execv, int(const char *__path, char *const *__argv));
/test/xts/acts/kernel_lite/dyload_posix/
H A DExecApiTest.cpp101 * @tc.name execv api test
113 int rt = execv(resELF, arg); in HWTEST_F()
115 PANIC("execv failed, errno=%d\n", errno); in HWTEST_F()
/third_party/musl/libc-test/src/common/
H A Druntest.c28 execv(argv[0], argv); in start()
/third_party/python/Lib/
H A D_bootsubprocess.py25 os.execv(self._cmd[0], self._cmd)
H A Dos.py542 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 Dswitch_root.c112 execv(*cmdline, cmdline); in switch_root_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser-android.c108 execv("/system/bin/am", argv); in hs20_web_browser()
109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
H A Dbrowser-system.c104 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 Dbrowser-android.c108 execv("/system/bin/am", argv); in hs20_web_browser()
109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
H A Dbrowser-system.c104 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 Dnon-regular.c165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dnon-regular.c165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc160 // 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()

Completed in 8 milliseconds

123