Searched refs:m_ec1 (Results 1 – 1 of 1) sorted by relevance
568 error_code m_ec1; in __copy() local571 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()572 : detail::posix_stat(from, f_st, &m_ec1); in __copy()573 if (m_ec1) in __copy()574 return err.report(m_ec1); in __copy()577 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()578 : detail::posix_stat(to, t_st, &m_ec1); in __copy()581 return err.report(m_ec1); in __copy()