HomeSort by relevance Sort by last modified time
    Searched refs:__xstat64 (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 73 # define __xstat64(version, file, buf) stat (file, buf) macro
114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 416 struct stat *__stat_buf), __xstat64)
428 # define __xstat __xstat64
436 extern int __xstat64 (int __ver, __const char *__filename,
506 return __xstat64 (_STAT_VER, __path, __statbuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 416 struct stat *__stat_buf), __xstat64)
428 # define __xstat __xstat64
436 extern int __xstat64 (int __ver, __const char *__filename,
506 return __xstat64 (_STAT_VER, __path, __statbuf);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 662 INTERCEPTOR(int, __xstat64, int magic, char *path, void *buf) {
664 int res = REAL(__xstat64)(magic, path, buf);
    [all...]
  /external/ltrace/etc/
libc.so.conf 334 int __xstat64(int,string,addr);

Completed in 669 milliseconds