Searched refs:from_stat (Results 1 – 1 of 1) sorted by relevance
269 StatT const& from_stat = from_fd.get_stat(); in __copy_file() local289 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()297 auto from_time = detail::extract_mtime(from_stat); in __copy_file()317 …FileDescriptor to_fd = FileDescriptor::create_with_status(&to, m_ec, to_open_flags, from_stat.st_m… in __copy_file()329 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()