/bionic/libc/include/ |
D | ftw.h | 61 int ftw64(const char*, int (*)(const char*, const struct stat64*, int), int) __INTRODUCED_IN(21); 62 int nftw64(const char*, int (*)(const char*, const struct stat64*, int, struct FTW*), int, int)
|
/bionic/libc/bionic/ |
D | lfs64_support.cpp | 40 int (*fn)(const char*, const struct stat64*, int), int nopenfd) { in ftw64() argument 45 int (*fn)(const char*, const struct stat64*, int, struct FTW*), in nftw64() argument
|
D | stat.cpp | 37 __strong_alias(stat64, stat);
|
/bionic/libc/include/sys/ |
D | stat.h | 118 struct stat64 { __STAT64_BODY }; struct 159 int fstat64(int, struct stat64*) __INTRODUCED_IN(21); 161 int fstatat64(int, const char*, struct stat64*, int) __INTRODUCED_IN(21); 163 int lstat64(const char*, struct stat64*) __INTRODUCED_IN(21); 165 int stat64(const char*, struct stat64*) __INTRODUCED_IN(21);
|
/bionic/tests/ |
D | ftw_test.cpp | 88 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64() 98 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64() 152 ASSERT_EQ(0, ftw64(root.dirname, bug_28197840_ftw<struct stat64>, 128)); in TEST() 154 ASSERT_EQ(0, nftw64(root.dirname, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS)); in TEST()
|
D | sys_stat_test.cpp | 91 struct stat64 sb; in TEST() 92 ASSERT_EQ(0, stat64("/proc/version", &sb)); in TEST()
|
D | stdlib_test.cpp | 299 struct stat64 sb; in TEST()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | stat.h | 46 struct stat64 { struct
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | stat.h | 55 struct stat64 { struct
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | stat.h | 46 struct stat64 { struct
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | stat.h | 47 struct stat64 { struct
|
/bionic/libc/ |
D | SECCOMP_WHITELIST.TXT | 66 int stat64:stat64(const char *restrict path, struct stat64 *restrict buf) arm,x86,mips 91 int lstat64:lstat64(const char *restrict path, struct stat64 *restrict buf) arm,x86,mips
|
D | libc.mips64.map | 902 stat64; # introduced=21
|
D | libc.x86_64.map | 902 stat64; # introduced=21
|
D | libc.arm64.map | 902 stat64; # introduced=21
|
D | libc.mips.map | 959 stat64; # introduced=21
|
D | libc.x86.map | 957 stat64; # introduced=21
|
D | libc.arm.map | 961 stat64; # introduced=21
|
D | libc.map.txt | 986 stat64; # introduced=21
|