Searched refs:to_time (Results 1 – 2 of 2) sorted by relevance
32 expect(m.const_get(c).to_time).to be_a(Time)
774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local775 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()777 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()778 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()