Home
last modified time | relevance | path

Searched refs:openat2 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/crates/rustix/src/fs/
Dopenat2.rs13 pub fn openat2<Fd: AsFd, P: path::Arg>( in openat2() function
21 backend::fs::syscalls::openat2(dirfd.as_fd(), path, oflags, mode, resolve) in openat2()
Dmod.rs53 mod openat2; module
207 pub use openat2::openat2;
/third_party/rust/crates/rustix/tests/fs/
Dopenat2.rs2 use rustix::fs::{cwd, mkdirat, openat, openat2, symlinkat, Mode, OFlags, ResolveFlags};
15 match openat2(dirfd.as_fd(), &path, oflags, mode, resolve) { in openat2_more()
29 match openat2( in test_openat2()
Dmain.rs37 mod openat2; module
/third_party/ltp/include/lapi/
Dopenat2.h50 static inline int openat2(int dfd, const char *pathname, in openat2() function
/third_party/rust/crates/rustix/
DREADME.md117 `rustix`'s `openat2` function is similar to the [`openat2`] crate, but uses
145 [`openat2`]: https://crates.io/crates/openat2
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat202.c48 TEST(openat2(AT_FDCWD, tc->pathname, how, sizeof(*how))); in run()
Dopenat203.c52 TEST(openat2(tc->dfd, tc->pathname, myhow, tc->size)); in run()
Dopenat201.c71 TEST(fd = openat2(*tc->dfd, tc->pathname, myhow, tc->size)); in run()
/third_party/ltp/include/lapi/syscalls/
Daarch64.in294 openat2 437
Darc.in314 openat2 437
Dmips_n32.in366 openat2 6437
Dmips_n64.in342 openat2 5437
Ds390x.in356 openat2 437
Dia64.in341 openat2 1461
Dsparc64.in372 openat2 437
Dsh.in402 openat2 437
Dx86_64.in349 openat2 437
Dpowerpc.in421 openat2 437
Ds390.in408 openat2 437
Di386.in428 openat2 437
Dsparc.in407 openat2 437
Dpowerpc64.in421 openat2 437
Dmips_o32.in412 openat2 4437
Darm.in392 openat2 (__NR_SYSCALL_BASE+437)

12