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

  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 72 # define __lxstat64(version, file, buf) lstat (file, buf) macro
285 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 419 struct stat *__stat_buf), __lxstat64)
429 # define __lxstat __lxstat64
438 extern int __lxstat64 (int __ver, __const char *__filename,
513 return __lxstat64 (_STAT_VER, __path, __statbuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 419 struct stat *__stat_buf), __lxstat64)
429 # define __lxstat __lxstat64
438 extern int __lxstat64 (int __ver, __const char *__filename,
513 return __lxstat64 (_STAT_VER, __path, __statbuf);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 678 INTERCEPTOR(int, __lxstat64, int magic, char *path, void *buf) {
680 int res = REAL(__lxstat64)(magic, path, buf);
    [all...]
  /external/ltrace/etc/
libc.so.conf 335 int __lxstat64(int,string,addr);

Completed in 147 milliseconds