/bionic/libc/include/ |
D | ftw.h | 60 int ftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int), int __… 61 int nftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int, struct…
|
/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/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.path, bug_28197840_ftw<struct stat64>, 128)); in TEST() 154 ASSERT_EQ(0, nftw64(root.path, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS)); in TEST() 172 ASSERT_EQ(-1, ftw64("/does/not/exist", null_ftw_callback<struct stat64>, 128)); in TEST() 181 ASSERT_EQ(-1, nftw64("/does/not/exist", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST() 190 ASSERT_EQ(-1, ftw64("", null_ftw_callback<struct stat64>, 128)); in TEST() 199 ASSERT_EQ(-1, nftw64("", null_nftw_callback<struct stat64>, 128, FTW_PHYS)); in TEST()
|
D | sys_stat_test.cpp | 90 struct stat64 sb; in TEST() 91 ASSERT_EQ(0, stat64("/proc/version", &sb)); in TEST()
|
D | stdlib_test.cpp | 414 struct stat64 sb; in TEST()
|
/bionic/libc/include/sys/ |
D | stat.h | 118 struct stat64 { __STAT64_BODY }; struct 159 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21); 161 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(… 163 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21); 165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | stat.h | 46 struct stat64 { struct
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_APP.TXT | 30 int stat64:stat64(const char*, struct stat64*) arm,x86,mips 46 int lstat64:lstat64(const char*, struct stat64*) arm,x86,mips
|
D | libc.map.txt | 987 stat64; # introduced=21
|
/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/tools/versioner/platforms/ |
D | libc.map.txt | 987 stat64; # introduced=21
|