Lines Matching refs:error_code

65 static path __do_absolute(const path& p, path* cwd, error_code* ec) {  in __do_absolute()
76 path __absolute(const path& p, error_code* ec) { in __absolute()
81 path __canonical(path const& orig_p, error_code* ec) { in __canonical()
104 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy()
111 error_code m_ec1; in __copy()
168 error_code m_ec2; in __copy()
185 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
201 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) {
222 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) {
262 bool __copy_file(const path& from, const path& to, copy_options options, error_code* ec) { in __copy_file()
266 error_code m_ec; in __copy_file()
346 void __copy_symlink(const path& existing_symlink, const path& new_symlink, error_code* ec) { in __copy_symlink()
352 error_code local_ec; in __copy_symlink()
360 bool __create_directories(const path& p, error_code* ec) { in __create_directories()
363 error_code m_ec; in __create_directories()
393 bool __create_directory(const path& p, error_code* ec) { in __create_directory()
401 error_code mec = capture_errno(); in __create_directory()
402 error_code ignored_ec; in __create_directory()
409 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory()
413 error_code mec; in __create_directory()
427 error_code ignored_ec; in __create_directory()
434 void __create_directory_symlink(path const& from, path const& to, error_code* ec) { in __create_directory_symlink()
440 void __create_hard_link(const path& from, const path& to, error_code* ec) { in __create_hard_link()
446 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink()
452 path __current_path(error_code* ec) { in __current_path()
497 void __current_path(const path& p, error_code* ec) { in __current_path()
503 bool __equivalent(const path& p1, const path& p2, error_code* ec) { in __equivalent()
506 error_code ec1, ec2; in __equivalent()
518 uintmax_t __file_size(const path& p, error_code* ec) { in __file_size()
521 error_code m_ec; in __file_size()
534 uintmax_t __hard_link_count(const path& p, error_code* ec) { in __hard_link_count()
537 error_code m_ec; in __hard_link_count()
545 bool __fs_is_empty(const path& p, error_code* ec) { in __fs_is_empty()
548 error_code m_ec; in __fs_is_empty()
566 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time()
570 error_code m_ec; in __last_write_time()
578 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
593 error_code m_ec; in __last_write_time()
617 void __permissions(const path& p, perms prms, perm_options opts, error_code* ec) { in __permissions()
631 error_code m_ec; in __permissions()
660 path __read_symlink(const path& p, error_code* ec) { in __read_symlink()
692 bool __remove(const path& p, error_code* ec) { in __remove()
717 uintmax_t remove_all_impl(path const& p, error_code& ec) { in remove_all_impl()
740 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all()
743 error_code mec; in __remove_all()
768 uintmax_t remove_all_impl(int parent_directory, const path& p, error_code& ec) { in remove_all_impl()
835 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all()
837 error_code mec; in __remove_all()
846 void __rename(const path& from, const path& to, error_code* ec) { in __rename()
852 void __resize_file(const path& p, uintmax_t size, error_code* ec) { in __resize_file()
858 space_info __space(const path& p, error_code* ec) { in __space()
879 file_status __status(const path& p, error_code* ec) { return detail::posix_stat(p, ec); } in __status()
881 file_status __symlink_status(const path& p, error_code* ec) { return detail::posix_lstat(p, ec); } in __symlink_status()
883 path __temp_directory_path(error_code* ec) { in __temp_directory_path()
915 error_code m_ec; in __temp_directory_path()
926 path __weakly_canonical(const path& p, error_code* ec) { in __weakly_canonical()
941 error_code m_ec; in __weakly_canonical()