Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h51 struct TimeSpec { struct
57 TimeSpec st_atim; argument
58 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 …]
H A Dfilesystem_clock.cpp46 detail::TimeSpec tp = detail::filetime_to_timespec(time); in now()
H A Doperations.cpp60 using detail::TimeSpec;
580 TimeSpec ts; in __last_write_time()
591 array<TimeSpec, 2> tbuf; in __last_write_time()