Lines Matching refs:filesystem_error
226 _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()
633 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get current path", ec)); in current_path()
701 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set current path", ec)); in current_path()
723 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check file equivalence", in equivalent()
780 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file size", p, ec)); in file_size()
835 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get link count", p, ec)); in hard_link_count()
852 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check if file is empty", in is_empty()
875 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file time", p, ec)); in last_write_time()
892 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set file time", p, ec)); in last_write_time()
937 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set permissions", p, ec)); in permissions()
991 _GLIBCXX_THROW_OR_ABORT(filesystem_error("read_symlink", p, ec)); in read_symlink()
1051 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove", p, ec)); in remove()
1094 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove all", p, ec)); in remove_all()
1136 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot rename", from, to, ec)); in rename()
1154 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot resize file", p, ec)); in resize_file()
1179 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get free space", p, ec)); in space()
1254 _GLIBCXX_THROW_OR_ABORT(filesystem_error("status", p, ec)); in status()
1264 _GLIBCXX_THROW_OR_ABORT(filesystem_error("symlink_status", p, ec)); in symlink_status()
1274 _GLIBCXX_THROW_OR_ABORT(filesystem_error("system_complete", p, ec)); in system_complete()
1301 _GLIBCXX_THROW_OR_ABORT(filesystem_error("temp_directory_path", ec)); in temp_directory_path()