Lines Matching refs:filesystem_error

232     _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()
639 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get current path", ec)); in current_path()
707 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set current path", ec)); in current_path()
729 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check file equivalence", in equivalent()
786 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file size", p, ec)); in file_size()
841 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get link count", p, ec)); in hard_link_count()
858 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot check if file is empty", in is_empty()
881 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get file time", p, ec)); in last_write_time()
898 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set file time", p, ec)); in last_write_time()
943 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot set permissions", p, ec)); in permissions()
1001 _GLIBCXX_THROW_OR_ABORT(filesystem_error("read_symlink", p, ec)); in read_symlink()
1061 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove", p, ec)); in remove()
1104 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot remove all", p, ec)); in remove_all()
1121 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot rename", from, to, ec)); in rename()
1139 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot resize file", p, ec)); in resize_file()
1160 _GLIBCXX_THROW_OR_ABORT(filesystem_error("cannot get free space", p, ec)); in space()
1287 _GLIBCXX_THROW_OR_ABORT(filesystem_error("status", p, ec)); in status()
1297 _GLIBCXX_THROW_OR_ABORT(filesystem_error("symlink_status", p, ec)); in symlink_status()
1307 _GLIBCXX_THROW_OR_ABORT(filesystem_error("system_complete", p, ec)); in system_complete()
1335 _GLIBCXX_THROW_OR_ABORT(filesystem_error("temp_directory_path", ec)); in temp_directory_path()