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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 14 #define _stati64 _stat64
77 struct _stat64 { struct
91 #define __stat64 _stat64
92 #define stat64 _stat64 /* for POSIX */
tchar.h 744 #define _tstat64 _stat64
wchar.h 392 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
    [all...]
  /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);
77 struct _stat64 st;
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
103 struct _stat64 st;
104 int ret=_stat64(_Name,&st);
129 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
212 struct _stat64 st;
237 struct _stat64 st;
238 int ret=_stat64(_Filename,&st)
    [all...]
  /external/lz4/programs/
util.h 169 typedef struct _stat64 stat_t;
199 r = _stat64(infilename, statbuf);
213 struct _stat64 statbuf;
214 r = _stat64(infilename, &statbuf);
239 struct _stat64 statbuf;
240 r = _stat64(infilename, &statbuf);
255 struct _stat64 statbuf;
256 r = _stat64(infilename, &statbuf);
  /external/flac/libFLAC/
windows_unicode_filenames.c 100 return _stat64(path, buffer);

Completed in 101 milliseconds