Searched refs:from_st (Results 1 – 1 of 1) sorted by relevance
299 auto from_st = detail::posix_stat(from, from_stat, &m_ec); in __copy_file() local300 if (not is_regular_file(from_st)) { in __copy_file()335 return detail::copy_file_impl(from, to, from_st.permissions(), ec); in __copy_file()338 return detail::copy_file_impl(from, to, from_st.permissions(), ec); in __copy_file()