Searched refs:TimeSpec (Results 1 – 3 of 3) sorted by relevance
51 struct TimeSpec { struct57 TimeSpec st_atim; argument58 TimeSpec st_mtim;78 TimeSpec ret; in filetime_to_timespec()84 inline TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec()101 using TimeSpec = struct timespec;105 inline TimeVal make_timeval(TimeSpec const& ts) {281 TimeSpec TS = {st.st_mtime, 0};285 TimeSpec TS = {st.st_atime, 0};290 TimeSpec TS = {st.st_mtime, st.st_mtime_n};[all …]
46 detail::TimeSpec tp = detail::filetime_to_timespec(time); in now()
60 using detail::TimeSpec;583 TimeSpec ts; in __last_write_time()594 array<TimeSpec, 2> tbuf; in __last_write_time()