Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds