Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h124 #define FILE_TIME_OFFSET_SECS (uint64_t(369 * 365 + 89) * (24 * 60 * 60)) macro
128 ret.tv_sec = li.QuadPart / 10000000 - FILE_TIME_OFFSET_SECS; in filetime_to_timespec()
143 ts.tv_nsec / 100 + (ts.tv_sec + FILE_TIME_OFFSET_SECS) * 10000000; in timespec_to_filetime()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp66 #define FILE_TIME_OFFSET_SECS (uint64_t(369 * 365 + 89) * (24 * 60 * 60)) macro
69 ret.tv_sec = li.QuadPart / 10000000 - FILE_TIME_OFFSET_SECS; in filetime_to_timespec()