Home
last modified time | relevance | path

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

/bionic/libc/include/
Dftw.h60 int ftw64(const char *, int (*)(const char *, const struct stat64 *, int), int);
61 int nftw64(const char *, int (*)(const char *, const struct stat64 *, int,
/bionic/libc/include/sys/
Dstat.h118 struct stat64 { __STAT64_BODY }; struct
143 extern int fstat64(int, struct stat64*);
145 extern int fstatat64(int, const char*, struct stat64*, int);
147 extern int lstat64(const char*, struct stat64*);
149 extern int stat64(const char*, struct stat64*);
/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/kernel/uapi/asm-generic/
Dstat.h52 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-arm/asm/
Dstat.h64 struct stat64 { struct
/bionic/tests/
Dftw_test.cpp73 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64()
83 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) { in check_nftw64()
Dsys_stat_test.cpp91 struct stat64 sb; in TEST()
92 ASSERT_EQ(0, stat64("/proc/version", &sb)); in TEST()
Dstdlib_test.cpp262 struct stat64 sb; in TEST()
/bionic/libc/kernel/uapi/asm-mips/asm/
Dstat.h52 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
Dstat.h53 struct stat64 { struct
/bionic/libc/
Dlibc.map1091 stat64;