Home
last modified time | relevance | path

Searched refs:_stat64 (Results 1 – 5 of 5) sorted by relevance

/third_party/lz4/tests/
DabiTest.c124 struct _stat64 statbuf; in getFileSize()
125 r = _stat64(infilename, &statbuf); in getFileSize()
140 struct _stat64 statbuf; in isDirectory()
141 r = _stat64(infilename, &statbuf); in isDirectory()
DroundTripTest.c152 struct _stat64 statbuf; in getFileSize()
153 r = _stat64(infilename, &statbuf); in getFileSize()
168 struct _stat64 statbuf; in isDirectory()
169 r = _stat64(infilename, &statbuf); in isDirectory()
/third_party/lz4/programs/
Dutil.h130 # define UTIL_stat _stat64
406 r = _stat64(infilename, statbuf); in UTIL_getFileStat()
439 r = _stat64(infilename, &statbuf); in UTIL_isDirectory()
/third_party/pulseaudio/src/utils/
Dpadsp.c131 static int (*_stat64)(const char *, struct stat64 *) = NULL; variable
213 if (!_stat64) \
214 _stat64 = (int (*)(const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "stat64"); \
2553 return _stat64(pathname, buf);
/third_party/openssl/
DBUILD.gn304 # #define stat _stat64