Searched refs:to_time (Results 1 – 1 of 1) sorted by relevance
298 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local299 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()