Searched refs:from_time (Results 1 – 2 of 2) sorted by relevance
230 std::time_t from_time = 0; in TEST() local231 …me_point<std::chrono::system_clock> time_point = std::chrono::system_clock::from_time_t(from_time); in TEST()
780 auto from_time = detail::extract_mtime(from_stat); in __copy_file() local782 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()784 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()785 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()