Lines Matching refs:errc
148 set_or_throw(make_error_code(errc::operation_not_permitted), in copy_file_impl()
202 return set_or_throw(make_error_code(errc::function_not_supported), in __copy()
214 set_or_throw(make_error_code(errc::file_exists), in __copy()
237 return set_or_throw(make_error_code(errc::is_a_directory), ec, "copy"); in __copy()
270 m_ec = make_error_code(errc::not_supported); in __copy_file()
283 set_or_throw(make_error_code(errc::not_supported), ec, "copy_file", from, to); in __copy_file()
303 set_or_throw(make_error_code(errc::file_exists), ec, "copy", from, to); in __copy_file()
335 set_or_throw(make_error_code(errc::file_exists), in __create_directories()
436 set_or_throw(make_error_code(errc::not_supported), ec, in __equivalent()
452 m_ec = make_error_code(errc::not_supported); in __file_size()
486 m_ec = make_error_code(errc::not_supported); in __fs_is_empty()
705 set_or_throw(make_error_code(errc::invalid_argument), ec, in __last_write_time()
720 set_or_throw(make_error_code(errc::invalid_argument), in __last_write_time()
768 return set_or_throw(make_error_code(errc::operation_not_supported), in __permissions()
899 if (!m_ec || m_ec == make_error_code(errc::no_such_file_or_directory)) in __temp_directory_path()
900 m_ec = make_error_code(errc::not_a_directory); in __temp_directory_path()