Home
last modified time | relevance | path

Searched refs:execvp (Results 26 - 50 of 71) sorted by relevance

123

/third_party/gn/infra/
H A Drecipes.py270 os.execvp(argv[0], argv)
/third_party/gn/src/gn/
H A Dexec_process.cc255 execvp(argv_cstr[0], argv_cstr.get());
/third_party/ltp/lib/
H A Dtst_cmd.c99 execvp(argv[0], (char *const *)argv); in tst_cmd_fds_()
/third_party/pulseaudio/src/utils/
H A Dpasuspender.c91 if (execvp(child_argv[0], child_argv) < 0) in start_child()
92 fprintf(stderr, _("execvp(): %s\n"), strerror(errno)); in start_child()
/third_party/skia/infra/bots/
H A Drecipes.py262 os.execvp(argv[0], argv)
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp234 execvp(args[0].c_str(), options.data()); in RunChildByRenderCmd()
235 // If it succeeds calling execvp, it never returns. in RunChildByRenderCmd()
237 APPSPAWN_LOGE("Failed to launch a native process with execvp: %{public}s", strerror(err)); in RunChildByRenderCmd()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h113 int execvp(const char *, char *const []);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h88 int execvp(const char *, char *const []);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h94 int execvp(const char *, char *const []);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h113 int execvp(const char *, char *const []);
/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);
/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()
/third_party/cups-filters/utils/
H A Ddriverless.c484 execvp(CUPS_IPPFIND, ippfind_argv); in list_printers()

Completed in 23 milliseconds

123