/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()
|
/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)
|
/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()
|
/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()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | unistd.h | 629 int execv(const char *, char *const []);
|
/third_party/cups-filters/backend/ |
H A D | implicitclass.c | 396 execv(buf, argv_nt); in main()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 110 int execv(const char *, char *const []);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 85 int execv(const char *, char *const []);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 91 int execv(const char *, char *const []);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 110 int execv(const char *, char *const []);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 85 int execv(const char *, char *const []);
|