Searched refs:uv__filetime_to_timespec (Results 1 – 1 of 1) sorted by relevance
115 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec() function1884 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