OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_utimbuf
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h
58
struct
_utimbuf
{
struct
94
int __cdecl _utime(const char *,struct
_utimbuf
*);
95
int __cdecl _futime(int,struct
_utimbuf
*);
96
int __cdecl _wutime(const wchar_t *,struct
_utimbuf
*);
99
__CRT_INLINE int __cdecl _utime(const char *_Filename,struct
_utimbuf
*
_Utimbuf
) {
100
return _utime64(_Filename,(struct __utimbuf64 *)
_Utimbuf
);
102
__CRT_INLINE int __cdecl _futime(int _Desc,struct
_utimbuf
*
_Utimbuf
) {
103
return _futime64(_Desc,(struct __utimbuf64 *)
_Utimbuf
);
[
all
...]
/external/e2fsprogs/include/nonunix/
unistd.h
28
#define utimbuf
_utimbuf
/system/core/adb/
sysdeps_win32.cpp
[
all
...]
Completed in 1117 milliseconds