Home
last modified time | relevance | path

Searched refs:m_ec1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp111 error_code m_ec1; in __copy() local
114 …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()