Home
last modified time | relevance | path

Searched refs:filesystem_error (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc232 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot canonicalize", p, base, in canonical()
243 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy", from, to, ec)); in copy()
372 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy file", from, to, in copy_file()
397 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy symlink", in copy_symlink()
425 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directories", p, in create_directories()
516 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
534 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
564 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory symlink", in create_directory_symlink()
586 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create hard link", in create_hard_link()
615 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create symlink", in create_symlink()
[all …]
H A Ddir.cc94 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in advance()
172 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in directory_iterator()
180 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator *()
190 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
245 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in recursive_directory_iterator()
277 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
359 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable in pop()
H A Dpath.cc34 fs::filesystem_error::~filesystem_error() = default;
507 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _S_convert_loc()
541 fs::filesystem_error::_M_gen_what() in _M_gen_what()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc226 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot canonicalize", p, base, in canonical()
237 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy", from, to, ec)); in copy()
366 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy file", from, to, in copy_file()
391 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy symlink", in copy_symlink()
419 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directories", p, in create_directories()
510 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
528 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
558 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory symlink", in create_directory_symlink()
580 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create hard link", in create_hard_link()
609 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create symlink", in create_symlink()
[all …]
H A Dstd-ops.cc77 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make absolute path", p, in absolute()
82 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make absolute path", p, in absolute()
248 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make canonical path", in canonical()
259 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy", from, to, ec)); in copy()
577 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy file", from, to, in copy_file()
602 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy symlink", in copy_symlink()
630 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directories", p, in create_directories()
745 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
763 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
793 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory symlink", in create_directory_symlink()
[all …]
H A Dstd-dir.cc87 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in advance()
141 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in directory_iterator()
149 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator *()
159 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
211 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in recursive_directory_iterator()
247 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
321 _GLIBCXX_THROW_OR_ABORT(filesystem_error(_M_dirs in pop()
H A Ddir.cc89 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in advance()
144 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in directory_iterator()
152 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator *()
162 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
214 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in recursive_directory_iterator()
250 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
332 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable in pop()
H A Dpath.cc34 fs::filesystem_error::~filesystem_error() = default;
504 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _S_convert_loc()
538 fs::filesystem_error::_M_gen_what() in _M_gen_what()
H A Dstd-path.cc37 fs::filesystem_error::~filesystem_error() = default;
701 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _S_convert_loc()
765 std::string filesystem_error::_M_gen_what() in _M_gen_what()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc71 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make absolute path", p, in absolute()
269 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make canonical path", in canonical()
280 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy", from, to, ec)); in copy()
429 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy file", from, to, in copy_file()
454 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy symlink", in copy_symlink()
482 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directories", p, in create_directories()
602 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
620 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
650 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory symlink", in create_directory_symlink()
672 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create hard link", in create_hard_link()
[all …]
H A Dfs_dir.cc92 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in advance()
146 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in directory_iterator()
160 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
219 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in recursive_directory_iterator()
267 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
349 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable in pop()
H A Dfs_path.cc1960 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _S_convert_loc()
1991 struct fs::filesystem_error::_Impl
2037 template class std::__shared_ptr<const fs::filesystem_error::_Impl>;
2039 fs::filesystem_error::
2040 filesystem_error(const string& what_arg, error_code ec) in filesystem_error() function in fs::filesystem_error
2045 fs::filesystem_error::
2046 filesystem_error(const string& what_arg, const path& p1, error_code ec) in filesystem_error() function in fs::filesystem_error
2051 fs::filesystem_error::
2052 filesystem_error(const string& what_arg, const path& p1, const path& p2, in filesystem_error() function in fs::filesystem_error
2058 fs::filesystem_error::~filesystem_error() = default;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc75 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make absolute path", p, in absolute()
273 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot make canonical path", in canonical()
284 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy", from, to, ec)); in copy()
433 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy file", from, to, in copy_file()
458 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot copy symlink", in copy_symlink()
486 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directories", p, in create_directories()
606 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
624 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory", p, in create_directory()
654 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create directory symlink", in create_directory_symlink()
676 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create hard link", in create_hard_link()
[all …]
H A Dfs_dir.cc98 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in advance()
226 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in directory_iterator()
240 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
321 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error( in recursive_directory_iterator()
365 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in operator ++()
447 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable in pop()
556 _GLIBCXX_THROW_OR_ABORT(fs::filesystem_error("cannot remove all", in __erase()
H A Dfs_path.cc1956 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _S_convert_loc()
1983 struct fs::filesystem_error::_Impl
2029 template class std::__shared_ptr<const fs::filesystem_error::_Impl>;
2031 fs::filesystem_error::
2032 filesystem_error(const string& what_arg, error_code ec) in filesystem_error() function in fs::filesystem_error
2037 fs::filesystem_error::
2038 filesystem_error(const string& what_arg, const path& p1, error_code ec) in filesystem_error() function in fs::filesystem_error
2043 fs::filesystem_error::
2044 filesystem_error(const string& what_arg, const path& p1, const path& p2, in filesystem_error() function in fs::filesystem_error
2050 fs::filesystem_error::~filesystem_error() = default;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h660 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()
663 filesystem_error(const string& __what_arg, error_code __ec); in _GLIBCXX_VISIBILITY()
665 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
668 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
671 filesystem_error(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()
672 filesystem_error& operator=(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()
677 ~filesystem_error(); in _GLIBCXX_VISIBILITY()
717 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
839 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
1072 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h616 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
696 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()
699 filesystem_error(const string& __what_arg, error_code __ec) in _GLIBCXX_VISIBILITY()
702 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
706 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
711 ~filesystem_error(); in _GLIBCXX_VISIBILITY()
771 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
791 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
816 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
1046 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h69 class filesystem_error; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h754 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h620 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
700 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()
703 filesystem_error(const string& __what_arg, error_code __ec) in _GLIBCXX_VISIBILITY()
706 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
710 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
715 ~filesystem_error(); in _GLIBCXX_VISIBILITY()
806 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
825 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
849 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
1115 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h74 class filesystem_error; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamError.h23 filesystem_error enumerator
H A DBinaryByteStream.h220 stream_error_code::filesystem_error); in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamError.cpp38 case stream_error_code::filesystem_error: in BinaryStreamError()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem44 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 function
1744 throw filesystem_error(_VSTD::forward<_Args>(__args)...);

12