Searched refs:TimeSpec (Results 1 – 3 of 3) sorted by relevance
51 struct TimeSpec { struct57 TimeSpec st_atim; argument58 TimeSpec st_mtim;77 inline TimeSpec filetime_to_timespec(LARGE_INTEGER li) { in filetime_to_timespec()78 TimeSpec ret; in filetime_to_timespec()84 inline TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec()91 inline FILETIME timespec_to_filetime(TimeSpec ts) { in timespec_to_filetime()101 using TimeSpec = struct timespec;105 inline TimeVal make_timeval(TimeSpec const& ts) {271 using fs_time = time_util<file_time_type, int64_t, TimeSpec>;[all …]
46 detail::TimeSpec tp = detail::filetime_to_timespec(time); in now()
60 using detail::TimeSpec;580 TimeSpec ts; in __last_write_time()591 array<TimeSpec, 2> tbuf; in __last_write_time()