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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
_G_config.h 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
_G_config.h 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 413 struct stat *__stat_buf), __fxstat64)
427 # define __fxstat __fxstat64
434 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
520 return __fxstat64 (_STAT_VER, __fd, __statbuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 413 struct stat *__stat_buf), __fxstat64)
427 # define __fxstat __fxstat64
434 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
520 return __fxstat64 (_STAT_VER, __fd, __statbuf);
  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 189 int result = __fxstat64(version, base::GetUrandomFD(), buf);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 630 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) {
632 int res = REAL(__fxstat64)(magic, fd, buf);
    [all...]
  /external/ltrace/etc/
libc.so.conf 333 int __fxstat64(int,int,addr);

Completed in 634 milliseconds