/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 88 int execvp(const char *, char *const []);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 93 int execvp(const char *, char *const []);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 88 int execvp(const char *, char *const []);
|
/third_party/musl/include/ |
H A D | unistd.h | 131 int execvp(const char *, char *const []);
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | subprocess.cc | 329 execvp(argv[0], argv);
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 347 ret = execvp(benchmark_cmd[0], benchmark_cmd); in run_benchmark()
|
/kernel/linux/linux-5.10/tools/accounting/ |
H A D | getdelays.c | 354 if (execvp(argv[optind - 1], in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 339 ret = execvp(benchmark_cmd[0], benchmark_cmd); in run_benchmark()
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | getdelays.c | 370 if (execvp(argv[optind - 1], in main()
|
/third_party/cups-filters/filter/ |
H A D | sys5ippprinter.c | 600 execvp(filter, argv); in exec_filter()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.c | 578 execvp(CUPS_IPPFIND, ippfind_argv); in ippfind_based_uri_converter()
|
H A D | pdftoippprinter.c | 650 execvp(filter, argv); in exec_filter()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 557 execvp(i->exec_array[0], (char * const *)&i->exec_array[0]); in lws_spawn_piped()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 174 execvp(FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
|
/third_party/libfuse/lib/ |
H A D | mount.c | 123 execvp(FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 266 {int(*p)(const char*,char*const[]) = execvp;} in f()
|
/third_party/toybox/toys/pending/ |
H A D | init.c | 234 execvp(command, final_command); in run_command()
|
H A D | telnetd.c | 171 execvp(argv_login[0], argv_login); in new_session()
|
H A D | dhcp6.c | 456 execvp(argv[0], argv); in run_script()
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 440 execvp(args[0], const_cast<char **>(args.data())); in ForkExec() 441 LOGE("execvp failed errno: %{public}d", errno); in ForkExec()
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 484 execvp(CUPS_IPPFIND, ippfind_argv); in list_printers()
|
/third_party/libinput/tools/ |
H A D | shared.c | 667 rc = execvp(executable, argv); in tools_exec_command()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 258 execvp(exec_args.arg0(), exec_args.arg_array()); in ExecSubprocess()
|
/third_party/node/deps/uv/src/unix/ |
H A D | process.c | 252 /* execvp is marked __WATCHOS_PROHIBITED __TVOS_PROHIBITED, so must be 382 execvp(options->file, options->args); in uv__process_child_init() 689 * https://git.musl-libc.org/cgit/musl/tree/src/process/execvp.c in uv__spawn_resolve_and_spawn()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 187 /* execvp is marked __WATCHOS_PROHIBITED __TVOS_PROHIBITED, so must be 403 execvp(options->file, options->args); in uv__process_child_init() 709 * https://git.musl-libc.org/cgit/musl/tree/src/process/execvp.c in uv__spawn_resolve_and_spawn()
|