Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp773 auto from_time = detail::extract_mtime(from_stat); in __copy_file() local
775 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()