Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp561 error_code m_ec1; in __copy() local
564 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()
565 : detail::posix_stat(from, f_st, &m_ec1); in __copy()
566 if (m_ec1) in __copy()
567 return err.report(m_ec1); in __copy()
570 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()
571 : detail::posix_stat(to, t_st, &m_ec1); in __copy()
574 return err.report(m_ec1); in __copy()