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