Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h75 # define FILE_TIME_OFFSET_SECS (uint64_t(369 * 365 + 89) * (24 * 60 * 60)) macro
79 ret.tv_sec = li.QuadPart / 10000000 - FILE_TIME_OFFSET_SECS; in filetime_to_timespec()
93 li.QuadPart = ts.tv_nsec / 100 + (ts.tv_sec + FILE_TIME_OFFSET_SECS) * 10000000; in timespec_to_filetime()