Searched refs:extract_mtime (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h277 inline TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; } function in namespace:detail
280 inline TimeSpec extract_mtime(StatT const& st) {
289 inline TimeSpec extract_mtime(StatT const& st) {
298 inline TimeSpec extract_mtime(StatT const& st) { return st.st_mtim; }
338 auto ts = detail::extract_mtime(st);
H A Doperations.cpp300 auto from_time = detail::extract_mtime(from_stat);
301 auto to_time = detail::extract_mtime(to_stat_path);

Completed in 65 milliseconds