Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h125 TimeSpec filetime_to_timespec(LARGE_INTEGER li) { in filetime_to_timespec() function
132 TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec() function
136 return filetime_to_timespec(li); in filetime_to_timespec()
177 buf->st_mtim = filetime_to_timespec(basic.LastWriteTime); in stat_handle()
178 buf->st_atim = filetime_to_timespec(basic.LastAccessTime); in stat_handle()
H A Doperations.cpp650 TimeSpec tp = detail::filetime_to_timespec(time); in now()