Home
last modified time | relevance | path

Searched refs:execv (Results 1 - 25 of 63) 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()
/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)
/third_party/nghttp2/src/
H A Dshrpx_exec.cc96 rv = execv(argv[0], argv); in exec_read_command()
/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()
/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()
/third_party/alsa-utils/alsactl/
H A Dinit_utils_run.c120 execv(argv[0], argv); in run_program0()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h629 int execv(const char *, char *const []);
/third_party/cups-filters/backend/
H A Dimplicitclass.c396 execv(buf, argv_nt); in main()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h110 int execv(const char *, char *const []);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h85 int execv(const char *, char *const []);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h91 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h110 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h85 int execv(const char *, char *const []);

Completed in 15 milliseconds

123