Searched refs:uv__filetime_to_timespec (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | fs.c | 103 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec() function 1750 uv__filetime_to_timespec(&statbuf->st_atim, in fs__stat_handle() 1752 uv__filetime_to_timespec(&statbuf->st_ctim, in fs__stat_handle() 1754 uv__filetime_to_timespec(&statbuf->st_mtim, in fs__stat_handle() 1756 uv__filetime_to_timespec(&statbuf->st_birthtim, in fs__stat_handle()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 98 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec() function 1800 uv__filetime_to_timespec(&statbuf->st_atim, in fs__stat_handle() 1802 uv__filetime_to_timespec(&statbuf->st_ctim, in fs__stat_handle() 1804 uv__filetime_to_timespec(&statbuf->st_mtim, in fs__stat_handle() 1806 uv__filetime_to_timespec(&statbuf->st_birthtim, in fs__stat_handle()
|
Completed in 9 milliseconds