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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 68 struct __utimbuf64 { struct
89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time);
90 _CRTIMP int __cdecl _futime64(int _FileDes,struct __utimbuf64 *_Time);
91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
100 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
103 return _futime64(_Desc,(struct __utimbuf64 *)_Utimbuf);
106 return _wutime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
116 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
  /external/flac/libFLAC/
windows_unicode_filenames.c 135 struct __utimbuf64 ut;

Completed in 198 milliseconds