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()
165 error_code m_ec2; in __copy()
182 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
198 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) {
219 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) {
259 bool __copy_file(const path& from, const path& to, copy_options options, error_code* ec) { in __copy_file()
263 error_code m_ec; in __copy_file()
343 void __copy_symlink(const path& existing_symlink, const path& new_symlink, error_code* ec) { in __copy_symlink()
349 error_code local_ec; in __copy_symlink()
357 bool __create_directories(const path& p, error_code* ec) { in __create_directories()
360 error_code m_ec; in __create_directories()
390 bool __create_directory(const path& p, error_code* ec) { in __create_directory()
398 error_code mec = capture_errno(); in __create_directory()
399 error_code ignored_ec; in __create_directory()
406 bool __create_directory(path const& p, path const& attributes, error_code* ec) { in __create_directory()
410 error_code mec; in __create_directory()
424 error_code ignored_ec; in __create_directory()
431 void __create_directory_symlink(path const& from, path const& to, error_code* ec) { in __create_directory_symlink()
437 void __create_hard_link(const path& from, const path& to, error_code* ec) { in __create_hard_link()
443 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink()
449 path __current_path(error_code* ec) { in __current_path()
494 void __current_path(const path& p, error_code* ec) { in __current_path()
500 bool __equivalent(const path& p1, const path& p2, error_code* ec) { in __equivalent()
503 error_code ec1, ec2; in __equivalent()
515 uintmax_t __file_size(const path& p, error_code* ec) { in __file_size()
518 error_code m_ec; in __file_size()
531 uintmax_t __hard_link_count(const path& p, error_code* ec) { in __hard_link_count()
534 error_code m_ec; in __hard_link_count()
542 bool __fs_is_empty(const path& p, error_code* ec) { in __fs_is_empty()
545 error_code m_ec; in __fs_is_empty()
563 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time()
567 error_code m_ec; in __last_write_time()
575 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
590 error_code m_ec; in __last_write_time()
614 void __permissions(const path& p, perms prms, perm_options opts, error_code* ec) { in __permissions()
628 error_code m_ec; in __permissions()
657 path __read_symlink(const path& p, error_code* ec) { in __read_symlink()
689 bool __remove(const path& p, error_code* ec) { in __remove()
714 uintmax_t remove_all_impl(path const& p, error_code& ec) { in remove_all_impl()
737 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all()
740 error_code mec; in __remove_all()
765 uintmax_t remove_all_impl(int parent_directory, const path& p, error_code& ec) { in remove_all_impl()
832 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all()
834 error_code mec; in __remove_all()
843 void __rename(const path& from, const path& to, error_code* ec) { in __rename()
849 void __resize_file(const path& p, uintmax_t size, error_code* ec) { in __resize_file()
855 space_info __space(const path& p, error_code* ec) { in __space()
876 file_status __status(const path& p, error_code* ec) { return detail::posix_stat(p, ec); } in __status()
878 file_status __symlink_status(const path& p, error_code* ec) { return detail::posix_lstat(p, ec); } in __symlink_status()
880 path __temp_directory_path(error_code* ec) { in __temp_directory_path()
912 error_code m_ec; in __temp_directory_path()
923 path __weakly_canonical(const path& p, error_code* ec) { in __weakly_canonical()
936 error_code m_ec; in __weakly_canonical()