Home
last modified time | relevance | path

Searched refs:TIME_T_TO_FILETIME (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/src/win/
Dfs.c108 #define TIME_T_TO_FILETIME(time, filetime_ptr) \ macro
2272 TIME_T_TO_FILETIME(atime, &filetime_a); in fs__utime_handle()
2273 TIME_T_TO_FILETIME(mtime, &filetime_m); in fs__utime_handle()