Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp568 error_code m_ec1; in __copy() local
571 ? 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()