Searched refs:filesystem_error (Results 1 – 6 of 6) sorted by relevance
24 filesystem_error enumerator
221 stream_error_code::filesystem_error); in commit()
39 case stream_error_code::filesystem_error: in BinaryStreamError()
45 class filesystem_error;1314 class _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error {1317 filesystem_error(const string& __what, error_code __ec)1324 filesystem_error(const string& __what, const path& __p1, error_code __ec)1331 filesystem_error(const string& __what, const path& __p1, const path& __p2,1344 ~filesystem_error() override; // key function1371 throw filesystem_error(std::forward<_Args>(__args)...);
505 filesystem_error::~filesystem_error() {} in ~filesystem_error()507 void filesystem_error::__create_what(int __num_paths) { in __create_what()
45 class filesystem_error;