Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp298 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local
299 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()
301 if (from_time.tv_sec == to_time.tv_sec && from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()