Home
last modified time | relevance | path

Searched defs:openat (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/ndk_musl_include/fortify/
Dfcntl.h64 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat() function
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat() function
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h64 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat() function
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat() function
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
/third_party/musl/src/fcntl/
Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() function
/third_party/rust/crates/rustix/tests/fs/
Dmain.rs35 mod openat; module
/third_party/rust/crates/nix/src/
Ddir.rs46 pub fn openat<P: ?Sized + NixPath>( in openat() method
/third_party/rust/crates/rustix/src/fs/
Dat.rs56 pub fn openat<P: path::Arg, Fd: AsFd>( in openat() function
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h84 #define openat _openat macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs72 pub(crate) fn openat( in openat() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs198 pub(crate) fn openat( in openat() function
/third_party/rust/crates/libc/src/
Dwasi.rs611 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3534 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() function