Searched refs:openat2 (Results 1 – 25 of 29) sorted by relevance
12
/third_party/rust/crates/rustix/src/fs/ |
D | openat2.rs | 13 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()
|
D | mod.rs | 53 mod openat2; module 207 pub use openat2::openat2;
|
/third_party/rust/crates/rustix/tests/fs/ |
D | openat2.rs | 2 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()
|
D | main.rs | 37 mod openat2; module
|
/third_party/ltp/include/lapi/ |
D | openat2.h | 50 static inline int openat2(int dfd, const char *pathname, in openat2() function
|
/third_party/rust/crates/rustix/ |
D | README.md | 117 `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/ |
D | openat202.c | 48 TEST(openat2(AT_FDCWD, tc->pathname, how, sizeof(*how))); in run()
|
D | openat203.c | 52 TEST(openat2(tc->dfd, tc->pathname, myhow, tc->size)); in run()
|
D | openat201.c | 71 TEST(fd = openat2(*tc->dfd, tc->pathname, myhow, tc->size)); in run()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 294 openat2 437
|
D | arc.in | 314 openat2 437
|
D | mips_n32.in | 366 openat2 6437
|
D | mips_n64.in | 342 openat2 5437
|
D | s390x.in | 356 openat2 437
|
D | ia64.in | 341 openat2 1461
|
D | sparc64.in | 372 openat2 437
|
D | sh.in | 402 openat2 437
|
D | x86_64.in | 349 openat2 437
|
D | powerpc.in | 421 openat2 437
|
D | s390.in | 408 openat2 437
|
D | i386.in | 428 openat2 437
|
D | sparc.in | 407 openat2 437
|
D | powerpc64.in | 421 openat2 437
|
D | mips_o32.in | 412 openat2 4437
|
D | arm.in | 392 openat2 (__NR_SYSCALL_BASE+437)
|
12