Searched refs:m_ec2 (Results 1 – 1 of 1) sorted by relevance
279 std::error_code m_ec2; in __copy() local280 for (; it != directory_iterator(); it.increment(m_ec2)) { in __copy()281 if (m_ec2) return set_or_throw(m_ec2, ec, "copy", from, to); in __copy()