Lines Matching refs:filesystem_error
77 _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()
815 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create hard link", in create_hard_link()
839 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot create symlink", in create_symlink()
864 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get current path", ec)); in current_path()
925 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set current path", ec)); in current_path()
947 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check file equivalence", in equivalent()
1004 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file size", p, ec)); in file_size()
1059 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get link count", p, ec)); in hard_link_count()
1076 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check if file is empty", in is_empty()
1099 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file time", p, ec)); in last_write_time()
1116 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set file time", p, ec)); in last_write_time()
1161 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set permissions", p, ec)); in permissions()
1237 _GLIBCXX_THROW_OR_ABORT(filesystem_error("read_symlink", p, ec)); in read_symlink()
1310 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove", p, ec)); in remove()
1336 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove all", p, ec)); in remove_all()
1378 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot rename", from, to, ec)); in rename()
1396 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot resize file", p, ec)); in resize_file()
1421 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get free space", p, ec)); in space()
1505 _GLIBCXX_THROW_OR_ABORT(filesystem_error("status", p, ec)); in status()
1515 _GLIBCXX_THROW_OR_ABORT(filesystem_error("symlink_status", p, ec)); in symlink_status()
1524 _GLIBCXX_THROW_OR_ABORT(filesystem_error("temp_directory_path", ec)); in temp_directory_path()