Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs.c115 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec() argument
116 filetime -= WIN_TO_UNIX_TICK_OFFSET; in uv__filetime_to_timespec()
117 ts->tv_sec = filetime / TICKS_PER_SEC; in uv__filetime_to_timespec()
118 ts->tv_nsec = (filetime % TICKS_PER_SEC) * NSEC_PER_TICK; in uv__filetime_to_timespec()

Completed in 10 milliseconds