Home
last modified time | relevance | path

Searched refs:execv (Results 26 - 50 of 68) sorted by relevance

123

/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h110 int execv(const char *, char *const []);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h85 int execv(const char *, char *const []);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h91 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h110 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h85 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h90 int execv(const char *, char *const []);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h85 int execv(const char *, char *const []);
/third_party/musl/include/
H A Dunistd.h128 int execv(const char *, char *const []);
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc305 GOOGLE_CHECK_SYSCALL(execv(executable.get(), const_cast<char **>(argv.data()))); in SpawnTestProgram()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp189 // Execute the application, which doesn't return unless failed. Note: execv takes argv in PosixProcess()
209 execv(commandLineArgs[0], args.data()); in PosixProcess()
H A Dcrash_handler_posix.cpp407 execv(commandLine[0], const_cast<char *const *>(commandLine.data()));
464 "/usr/bin/addr2line", // execv requires an absolute path to find addr2line
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc332 execv(argv[0], argv);
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c173 execv(FUSERMOUNT_DIR "/" FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
/third_party/libfuse/lib/
H A Dmount.c122 execv(FUSERMOUNT_DIR "/" FUSERMOUNT_PROG, (char **) argv); in exec_fusermount()
/third_party/musl/libc-test/src/api/
H A Dunistd.c264 {int(*p)(const char*,char*const[]) = execv;} in f()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_internal.c548 execv(program, argv); in os_exec()
549 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in os_exec()
H A Dos_unix.c828 execv(program, argv); in os_exec()
829 perror("execv"); in os_exec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_internal.c554 execv(program, argv); in os_exec()
555 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in os_exec()
H A Dos_unix.c839 execv(program, argv); in os_exec()
840 perror("execv"); in os_exec()
/third_party/python/Modules/
H A D_posixsubprocess.c706 execv(executable, argv); in child_exec()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeProcess.c130 execv(argList[0], argList); in execProcess()
133 dieLastError(statusPipe, "execv() failed"); in execProcess()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs452 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() functions
/third_party/pulseaudio/src/daemon/
H A Dmain.c580 pa_assert_se(execv(rp, argv) == 0);
/third_party/toybox/lib/
H A Dxwrap.c288 execv(s, toys.argv); in xpopen_both()
/third_party/python/Lib/test/
H A Dtest_os.py77 # when combining linuxthreads with a failed execv call: see
1969 Stubs out execv and execve functions when used as context manager.
1970 Records exec calls. The mock execv and execve functions always raise an
1974 # of calls to execv or execve that have been made.
1978 calls.append(('execv', name, args))
1979 raise RuntimeError("execv called")
1986 orig_execv = os.execv
1989 os.execv = mock_execv
1995 os.execv = orig_execv
1999 @unittest.skipUnless(hasattr(os, 'execv'),
[all...]

Completed in 42 milliseconds

123