Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp756 StatT to_stat_path; in __copy_file() local
757 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
765 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file()
803 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()