Searched refs:stat64 (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/bionic/
H A Dlfs64_support.cpp23 // open (our open is actually open64) and stat and stat64 are the same.
31 int (*fn)(const char*, const struct stat64*, int), int nopenfd) {
36 int (*fn)(const char*, const struct stat64*, int, struct FTW*),
30 ftw64(const char *dirpath, int (*fn)(const char*, const struct stat64*, int), int nopenfd) argument
35 nftw64(const char * dirpath, int (*fn)(const char*, const struct stat64*, int, struct FTW*), int nopenfd, int flags) argument
H A Dstat.cpp37 __strong_alias(stat64, stat);
/bionic/libc/include/
H A 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/
H A Dstat.h131 struct stat64 { __STAT64_BODY }; struct
151 extern int fstat64(int, struct stat64*);
153 extern int fstatat64(int, const char*, struct stat64*, int);
155 extern int lstat64(const char*, struct stat64*);
157 extern int stat64(const char*, struct stat64*);
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dstat.h64 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-generic/
H A Dstat.h52 struct stat64 { struct
/bionic/tests/
H A Dftw_test.cpp45 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) {
57 const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) {
H A Dsys_stat_test.cpp78 struct stat64 sb;
79 ASSERT_EQ(0, stat64("/proc/version", &sb));
H A Dstdlib_test.cpp173 struct stat64 sb;
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dstat.h52 struct stat64 { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dstat.h52 struct stat64 { struct

Completed in 9181 milliseconds