Home
last modified time | relevance | path

Searched refs:execv (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/process/
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()
Dtest_src_functionalext_supplement_process.gni23 "execv",
/third_party/musl/src/process/
Dexecv.c5 int execv(const char *path, char *const argv[]) in execv() function
Dexecl.c20 return execv(path, argv); in execl()
/third_party/ltp/testcases/kernel/security/smack/
Dsmack_notroot.c25 execv(argv[1], &argv[1]); in main()
/third_party/ltp/testcases/kernel/syscalls/execv/
Dexecv01.c30 TEST(execv(path, args)); in verify_execv()
/third_party/googletest/googletest/scripts/
Dupload_gtest.py74 os.execv(upload_py_path, upload_py_argv)
/third_party/python/Tools/scripts/
Drun_tests.py50 os.execv(sys.executable, args)
/third_party/nghttp2/src/
Dshrpx_exec.cc96 rv = execv(argv[0], argv); in exec_read_command()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser-system.c104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser()
Dbrowser-android.c108 execv("/system/bin/am", argv); in hs20_web_browser()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbrowser-system.c104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser()
Dbrowser-android.c108 execv("/system/bin/am", argv); in hs20_web_browser()
/third_party/toybox/toys/other/
Dswitch_root.c112 execv(*cmdline, cmdline); in switch_root_main()
/third_party/musl/libc-test/src/common/
Druntest.c28 execv(argv[0], argv); in start()
/third_party/python/Lib/
D_bootsubprocess.py25 os.execv(self._cmd[0], self._cmd)
Dos.py542 execv(file, args)
592 exec_func = execv
879 return _spawnvef(mode, file, args, None, execv)
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/linux/
Dlinux_process.c58 execv(file, argv); in SDL_LaunchProcess()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp170 execv(args[0], const_cast<char *const *>(args.data())); in RunApp()
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_posix.cc259 auto res = execv(path_.c_str(), const_cast<char* const*>(args.data())); in Exec()
/third_party/cups-filters/backend/
Dbeh.c301 retval = execv(backend_path, backend_argv); in call_backend()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt188 execv
/third_party/ltp/include/lapi/syscalls/
Dsparc64.in12 execv 11
Dsparc.in12 execv 11
/third_party/alsa-utils/alsactl/
Dinit_utils_run.c120 execv(argv[0], argv); in run_program0()

1234