Home
last modified time | relevance | path

Searched defs:execveat (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/lapi/
Dexecveat.h14 static inline int execveat(int dirfd, const char *pathname, in execveat() function
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs38 pub(crate) unsafe fn execveat( in execveat() function
/third_party/rust/crates/rustix/src/
Druntime.rs243 pub unsafe fn execveat<Fd: AsFd>( in execveat() function