Searched refs:filesystem_error (Results 1 – 6 of 6) sorted by relevance
23 filesystem_error enumerator
220 stream_error_code::filesystem_error); in commit()
38 case stream_error_code::filesystem_error: in BinaryStreamError()
44 class filesystem_error;1683 // filesystem_error to work around PR41078.1686 class _LIBCPP_AVAILABILITY_FILESYSTEM _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error {1689 filesystem_error(const string& __what, error_code __ec)1696 filesystem_error(const string& __what, const path& __p1, error_code __ec)1703 filesystem_error(const string& __what, const path& __p1, const path& __p2,1716 filesystem_error(const filesystem_error&) = default;1717 ~filesystem_error() override; // key function1744 throw filesystem_error(_VSTD::forward<_Args>(__args)...);
44 class filesystem_error;
668 filesystem_error::~filesystem_error() {} in ~filesystem_error()670 void filesystem_error::__create_what(int __num_paths) { in __create_what()