Home
last modified time | relevance | path

Searched refs:execvp (Results 51 - 75 of 97) sorted by relevance

1234

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h88 int execvp(const char *, char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h93 int execvp(const char *, char *const []);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h88 int execvp(const char *, char *const []);
/third_party/musl/include/
H A Dunistd.h131 int execvp(const char *, char *const []);
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc329 execvp(argv[0], argv);
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dresctrlfs.c347 ret = execvp(benchmark_cmd[0], benchmark_cmd); in run_benchmark()
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c354 if (execvp(argv[optind - 1], in main()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dresctrlfs.c339 ret = execvp(benchmark_cmd[0], benchmark_cmd); in run_benchmark()
/kernel/linux/linux-6.6/tools/accounting/
H A Dgetdelays.c370 if (execvp(argv[optind - 1], in main()
/third_party/cups-filters/filter/
H A Dsys5ippprinter.c600 execvp(filter, argv); in exec_filter()
/third_party/cups-filters/cupsfilters/
H A Dipp.c578 execvp(CUPS_IPPFIND, ippfind_argv); in ippfind_based_uri_converter()
H A Dpdftoippprinter.c650 execvp(filter, argv); in exec_filter()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c557 execvp(i->exec_array[0], (char * const *)&i->exec_array[0]); in lws_spawn_piped()
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c174 execvp(FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
/third_party/libfuse/lib/
H A Dmount.c123 execvp(FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
/third_party/musl/libc-test/src/api/
H A Dunistd.c266 {int(*p)(const char*,char*const[]) = execvp;} in f()
/third_party/toybox/toys/pending/
H A Dinit.c234 execvp(command, final_command); in run_command()
H A Dtelnetd.c171 execvp(argv_login[0], argv_login); in new_session()
H A Ddhcp6.c456 execvp(argv[0], argv); in run_script()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp440 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 Ddriverless.c484 execvp(CUPS_IPPFIND, ippfind_argv); in list_printers()
/third_party/libinput/tools/
H A Dshared.c667 rc = execvp(executable, argv); in tools_exec_command()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc258 execvp(exec_args.arg0(), exec_args.arg_array()); in ExecSubprocess()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c252 /* 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 Dprocess.c187 /* 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()

Completed in 23 milliseconds

1234