Searched defs:fstatat (Results 1 – 7 of 7) sorted by relevance
| /external/ltp/testcases/kernel/syscalls/fstatat/ |
| D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() function 68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function
|
| /external/rust/crates/nix/src/sys/ |
| D | stat.rs | 272 pub fn fstatat<P: ?Sized + NixPath>( in fstatat() function
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 714 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 830 pub fn fstatat( in fstatat() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 612 pub fn fstatat( in fstatat() function
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 720 TEST(MemorySanitizer, fstatat) { in TEST() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3549 pub fn fstatat( in fstatat() function
|