Searched refs:filesystem_error (Results 1 – 9 of 9) sorted by relevance
754 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()757 filesystem_error(const string& __what_arg, error_code __ec); in _GLIBCXX_VISIBILITY()759 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()762 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()765 filesystem_error(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()766 filesystem_error& operator=(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()771 ~filesystem_error(); in _GLIBCXX_VISIBILITY()788 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()1445 extern template class __shared_ptr<const filesystem::filesystem_error::_Impl>; in _GLIBCXX_VISIBILITY()
59 class filesystem_error; in _GLIBCXX_VISIBILITY() local
536 * include/bits/fs_path.h (filesystem_error): Move definition before2710 * src/c++17/fs_path.cc (filesystem_error::_Impl): Use a string_view2712 (filesystem_error::filesystem_error): Pass system_error::what() to2714 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Ensure that2715 filesystem_error::what() contains system_error::what().4643 (path, filesystem_error, u8path): Improve docs.6671 * testsuite/experimental/filesystem/filesystem_error/cons.cc: New6941 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Likewise.6942 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Likewise.7130 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Fix static
322 * src/filesystem/path.cc (filesystem_error::_M_gen_what()): Create378 * include/bits/fs_path.h (filesystem_error): Move data members into381 * src/filesystem/std-path.cc (filesystem_error::_Impl): Define.382 (filesystem_error): Define member functions.383 * testsuite/27_io/filesystem/filesystem_error/cons.cc: New test.384 * testsuite/27_io/filesystem/filesystem_error/copy.cc: New test.4684 (filesystem_error::_M_get_what): Use u8string() not native().4727 (filesystem_error::_M_get_what): Use u8string() not native().
3595 * include/experimental/fs_path.h (filesystem_error::~filesystem_error):3597 * src/filesystem/path.cc (filesystem_error::~filesystem_error):
926 * include/experimental/filesystem (filesystem_error::_M_gen_what):950 * src/filesystem/path.cc (filesystem_error::_M_gen_what): Define.
6283 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Likewise.6284 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Likewise.8943 (__wstr_from_utf8): Move definition after filesystem_error has
4920 * testsuite/experimental/filesystem/filesystem_error/cons.cc:
113377 bdf657cd22f124baf04ebab434af157a libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc113378 c428626c422fb88386fe757096872b03 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc114516 6fbf2560cc0f0331e3d9474af50277eb libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/c…