Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp936 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local
937 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()
939 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()
940 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()