Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/include/
Dftw.h60 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/
Dlfs64_support.cpp40 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
Dstat.cpp37 __strong_alias(stat64, stat);
/bionic/tests/
Dftw_test.cpp88 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()
Dsys_stat_test.cpp90 struct stat64 sb; in TEST()
91 ASSERT_EQ(0, stat64("/proc/version", &sb)); in TEST()
Dstdlib_test.cpp414 struct stat64 sb; in TEST()
/bionic/libc/include/sys/
Dstat.h118 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/
Dstat.h46 struct stat64 { struct
/bionic/libc/
DSECCOMP_WHITELIST_APP.TXT30 int stat64:stat64(const char*, struct stat64*) arm,x86,mips
46 int lstat64:lstat64(const char*, struct stat64*) arm,x86,mips
Dlibc.map.txt987 stat64; # introduced=21
/bionic/libc/kernel/uapi/asm-arm/asm/
Dstat.h55 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
Dstat.h46 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
Dstat.h47 struct stat64 { struct
/bionic/tools/versioner/platforms/
Dlibc.map.txt987 stat64; # introduced=21