Searched refs:filesystem_error (Results 1 – 2 of 2) sorted by relevance
614 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()617 filesystem_error(const string& __what_arg, error_code __ec) in _GLIBCXX_VISIBILITY()620 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()624 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()629 ~filesystem_error(); in _GLIBCXX_VISIBILITY()675 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()694 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()712 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()909 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()947 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
61 class filesystem_error; in _GLIBCXX_VISIBILITY() local