Searched refs:uv__filetime_to_timespec (Results 1 – 1 of 1) sorted by relevance
128 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec() function1896 uv__filetime_to_timespec(&statbuf->st_atim, in fs__stat_assign_statbuf()1898 uv__filetime_to_timespec(&statbuf->st_ctim, in fs__stat_assign_statbuf()1900 uv__filetime_to_timespec(&statbuf->st_mtim, in fs__stat_assign_statbuf()1902 uv__filetime_to_timespec(&statbuf->st_birthtim, in fs__stat_assign_statbuf()
Completed in 15 milliseconds