Home
last modified time | relevance | path

Searched defs:execv (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/process/
H A Dexecv.c5 int execv(const char *path, char *const argv[]) in execv() function
/third_party/rust/crates/nix/src/
H A Dunistd.rs808 pub fn execv<S: AsRef<CStr>>(path: &CStr, argv: &[S]) -> Result<Infallible> { in execv() functions
/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/rust/crates/libc/src/unix/
H A Dmod.rs880 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3593 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() functions

Completed in 20 milliseconds