Searched refs:to_stat_path (Results 1 – 2 of 2) sorted by relevance
283 StatT to_stat_path; in __copy_file() local284 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()292 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()301 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file()328 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
756 StatT to_stat_path; in __copy_file() local757 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()