Searched refs:m_ec1 (Results 1 – 1 of 1) sorted by relevance
739 error_code m_ec1; in __copy() local742 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()743 : detail::posix_stat(from, f_st, &m_ec1); in __copy()744 if (m_ec1) in __copy()745 return err.report(m_ec1); in __copy()748 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()749 : detail::posix_stat(to, t_st, &m_ec1); in __copy()752 return err.report(m_ec1); in __copy()