HomeSort by relevance Sort by last modified time
    Searched defs:fstat64 (Results 1 - 15 of 15) sorted by null

  /bionic/libc/arch-arm/syscalls/
fstat64.S 5 ENTRY(fstat64) function
16 END(fstat64)
18 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-arm64/syscalls/
fstat64.S 5 ENTRY(fstat64) function
14 END(fstat64)
16 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-mips/syscalls/
fstat64.S 5 ENTRY(fstat64) function
19 END(fstat64)
21 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86/syscalls/
fstat64.S 5 ENTRY(fstat64) function
34 END(fstat64)
36 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86_64/syscalls/
fstat64.S 5 ENTRY(fstat64) function
15 END(fstat64)
17 ALIAS_SYMBOL(fstat, fstat64)
  /external/gptfdisk/
diskio.cc 23 #define fstat64 fstat macro
diskio.h 33 #define fstat64 fstat macro
diskio-windows.cc 20 #define fstat64 fstat macro
  /libcore/ojluni/src/main/native/
FileKey.c 39 #define fstat64 fstat macro
60 RESTARTABLE(fstat64(fdval(env, fdo), &fbuf), res);
62 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
FileDispatcherImpl.c 58 #define fstat64 fstat macro
175 if (fstat64(fd, &fbuf) < 0)
UnixNativeDispatcher.c 56 #define fstat64 fstat macro
508 RESTARTABLE(fstat64((int)fd, &buf), err);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 93 #define fstat64 _fstat64 /* for POSIX */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 131 # pragma push_macro("fstat64")
134 # undef fstat64 macro
    [all...]

Completed in 1209 milliseconds