Searched refs:to_fd (Results 1 – 1 of 1) sorted by relevance
801 FileDescriptor to_fd = FileDescriptor::create_with_status( in __copy_file() local810 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()814 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()816 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()820 if (!copy_file_impl(from_fd, to_fd, m_ec)) { in __copy_file()