Home
last modified time | relevance | path

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

/bionic/libc/include/
Dftw.h61 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/
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/libc/include/sys/
Dstat.h118 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/
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.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()
Dsys_stat_test.cpp91 struct stat64 sb; in TEST()
92 ASSERT_EQ(0, stat64("/proc/version", &sb)); in TEST()
Dstdlib_test.cpp299 struct stat64 sb; in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Dstat.h46 struct stat64 { struct
/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/libc/
DSECCOMP_WHITELIST.TXT66 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
Dlibc.mips64.map902 stat64; # introduced=21
Dlibc.x86_64.map902 stat64; # introduced=21
Dlibc.arm64.map902 stat64; # introduced=21
Dlibc.mips.map959 stat64; # introduced=21
Dlibc.x86.map957 stat64; # introduced=21
Dlibc.arm.map961 stat64; # introduced=21
Dlibc.map.txt986 stat64; # introduced=21