/third_party/gn/infra/ |
H A D | recipes.py | 270 os.execvp(argv[0], argv)
|
/third_party/gn/src/gn/ |
H A D | exec_process.cc | 255 execvp(argv_cstr[0], argv_cstr.get());
|
/third_party/ltp/lib/ |
H A D | tst_cmd.c | 99 execvp(argv[0], (char *const *)argv); in tst_cmd_fds_()
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 91 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 D | recipes.py | 262 os.execvp(argv[0], argv)
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 234 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 D | unistd.h | 113 int execvp(const char *, char *const []);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 88 int execvp(const char *, char *const []);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 94 int execvp(const char *, char *const []);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 113 int execvp(const char *, char *const []);
|
/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);
|
/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()
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 484 execvp(CUPS_IPPFIND, ippfind_argv); in list_printers()
|