Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp631 error_code m_ec2; in __copy() local
632 for (; it != directory_iterator(); it.increment(m_ec2)) { in __copy()
633 if (m_ec2) { in __copy()
634 return err.report(m_ec2); in __copy()