Searched refs:m_ec1 (Results 1 – 1 of 1) sorted by relevance
111 error_code m_ec1; in __copy() local114 …us || sym_status2 ? detail::posix_lstat(from, f_st, &m_ec1) : detail::posix_stat(from, f_st, &m_ec… in __copy()115 if (m_ec1) in __copy()116 return err.report(m_ec1); in __copy()119 …tatus t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) : detail::posix_stat(to, t_st, &m_ec1… in __copy()122 return err.report(m_ec1); in __copy()