Searched defs:fstatat (Results 1 – 3 of 3) 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/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 714 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 720 TEST(MemorySanitizer, fstatat) { in TEST() argument
|