Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dfilesystem_common.h249 struct TimeSpec { struct
255 TimeSpec st_atim; argument
256 TimeSpec st_mtim;
272 using TimeSpec = struct timespec;
462 inline TimeSpec extract_mtime(StatT const& st) {
463 TimeSpec TS = {st.st_mtime, 0};
466 inline TimeSpec extract_atime(StatT const& st) {
467 TimeSpec TS = {st.st_atime, 0};
471 inline TimeSpec extract_mtime(StatT const& st) {
472 TimeSpec TS = {st.st_mtime, st.st_mtime_n};
[all …]
H A Dposix_compat.h125 TimeSpec filetime_to_timespec(LARGE_INTEGER li) { in filetime_to_timespec()
126 TimeSpec ret; in filetime_to_timespec()
132 TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec()
139 FILETIME timespec_to_filetime(TimeSpec ts) { in timespec_to_filetime()
H A Doperations.cpp637 using detail::TimeSpec;
650 TimeSpec tp = detail::filetime_to_timespec(time); in now()
1219 TimeSpec ts; in __last_write_time()
1230 array<TimeSpec, 2> tbuf; in __last_write_time()