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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 12 #define _fstati64 _fstat64
93 #define fstat64 _fstat64 /* for POSIX */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
78 int ret=_fstat64(_FileDes,&st);
203 int ret=_fstat64(_Desc,&st);
259 #define fstat _fstat64
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap.h 71 int _fstat64(int fd, struct _stat64* buf);
kernel_wrap_win.cc 83 int _fstat64(int fd, struct _stat64* buf) { function
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 622 _MD_Fstat64 _fstat64; member in struct:_MD_IOVector

Completed in 112 milliseconds