Home
last modified time | relevance | path

Searched refs:uv__filetime_to_timespec (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() function
1884 uv__filetime_to_timespec(&statbuf->st_atim, in fs__stat_assign_statbuf()
1886 uv__filetime_to_timespec(&statbuf->st_ctim, in fs__stat_assign_statbuf()
1888 uv__filetime_to_timespec(&statbuf->st_mtim, in fs__stat_assign_statbuf()
1890 uv__filetime_to_timespec(&statbuf->st_birthtim, in fs__stat_assign_statbuf()

Completed in 10 milliseconds