• Home
  • Raw
  • Download

Lines Matching refs:set_or_throw

43 void set_or_throw(std::error_code const& m_ec, std::error_code* ec,  in set_or_throw()  function
55 void set_or_throw(std::error_code* ec, const char* msg, in set_or_throw() function
58 return set_or_throw(capture_errno(), ec, msg, p, p2);
78 set_or_throw(m_ec, ec, "posix_stat", p); in create_file_status()
148 set_or_throw(make_error_code(errc::operation_not_permitted), in copy_file_impl()
159 using detail::set_or_throw;
167 set_or_throw(ec, "canonical", orig_p, base); in __canonical()
189 return set_or_throw(m_ec, ec, "copy", from, to); in __copy()
196 return set_or_throw(m_ec, ec, "copy", from, to); in __copy()
202 return set_or_throw(make_error_code(errc::function_not_supported), in __copy()
214 set_or_throw(make_error_code(errc::file_exists), in __copy()
237 return set_or_throw(make_error_code(errc::is_a_directory), ec, "copy"); in __copy()
252 if (m_ec) return set_or_throw(m_ec, ec, "copy", from, to); in __copy()
271 set_or_throw(m_ec, ec, "copy_file", from, to); in __copy_file()
277 set_or_throw(m_ec, ec, "copy_file", from, to); in __copy_file()
283 set_or_throw(make_error_code(errc::not_supported), ec, "copy_file", from, to); in __copy_file()
303 set_or_throw(make_error_code(errc::file_exists), ec, "copy", from, to); in __copy_file()
327 set_or_throw(m_ec, ec, "create_directories", p); in __create_directories()
335 set_or_throw(make_error_code(errc::file_exists), in __create_directories()
344 set_or_throw(m_ec, ec, "create_directories", p); in __create_directories()
361 set_or_throw(ec, "create_directory", p); in __create_directory()
372 set_or_throw(mec, ec, "create_directory", p, attributes); in __create_directory()
379 set_or_throw(ec, "create_directory", p, attributes); in __create_directory()
386 set_or_throw(ec, "create_directory_symlink", from, to); in __create_directory_symlink()
393 set_or_throw(ec, "create_hard_link", from, to); in __create_hard_link()
401 set_or_throw(ec, "create_symlink", from, to); in __create_symlink()
413 set_or_throw(ec, "current_path"); in __current_path()
422 set_or_throw(ec, "current_path", p); in __current_path()
436 set_or_throw(make_error_code(errc::not_supported), ec, in __equivalent()
453 set_or_throw(m_ec, ec, "file_size", p); in __file_size()
467 set_or_throw(m_ec, ec, "hard_link_count", p); in __hard_link_count()
482 set_or_throw(m_ec, ec, "is_empty", p); in __fs_is_empty()
487 set_or_throw(m_ec, ec, "is_empty"); in __fs_is_empty()
666 set_or_throw(m_ec, ec, "last_write_time", p); in __last_write_time()
672 set_or_throw(error_code(EOVERFLOW, generic_category()), ec, in __last_write_time()
694 set_or_throw(m_ec, ec, "last_write_time", p); in __last_write_time()
705 set_or_throw(make_error_code(errc::invalid_argument), ec, in __last_write_time()
720 set_or_throw(make_error_code(errc::invalid_argument), in __last_write_time()
729 set_or_throw(m_ec, ec, "last_write_time", p); in __last_write_time()
751 if (m_ec) return set_or_throw(m_ec, ec, "permissions", p); in __permissions()
764 return set_or_throw(ec, "permissions", p); in __permissions()
768 return set_or_throw(make_error_code(errc::operation_not_supported), in __permissions()
771 return set_or_throw(ec, "permissions", p); in __permissions()
783 set_or_throw(ec, "read_symlink", p); in __read_symlink()
797 set_or_throw(ec, "remove", p); in __remove()
830 set_or_throw(mec, ec, "remove_all", p); in __remove_all()
839 set_or_throw(ec, "rename", from, to); in __rename()
846 set_or_throw(ec, "resize_file", p); in __resize_file()
855 set_or_throw(ec, "space", p); in __space()
901 set_or_throw(m_ec, ec, "temp_directory_path"); in __temp_directory_path()