Lines Matching refs:report

89     return err.report(capture_errno());  in __canonical()
99 return err.report(capture_errno()); in __canonical()
116 return err.report(m_ec1); in __copy()
122 return err.report(m_ec1); in __copy()
126 return err.report(errc::function_not_supported); in __copy()
135 return err.report(errc::file_exists); in __copy()
152 return err.report(errc::is_a_directory); in __copy()
173 return err.report(m_ec2); in __copy()
266 return err.report(m_ec); in __copy_file()
273 return err.report(m_ec); in __copy_file()
283 return err.report(m_ec); in __copy_file()
287 return err.report(errc::not_supported); in __copy_file()
290 return err.report(errc::file_exists); in __copy_file()
307 return err.report(errc::file_exists); in __copy_file()
319 return err.report(m_ec); in __copy_file()
326 return err.report(errc::bad_file_descriptor); in __copy_file()
330 return err.report(m_ec); in __copy_file()
332 return err.report(m_ec); in __copy_file()
337 return err.report(m_ec); in __copy_file()
363 return err.report(m_ec); in __create_directories()
367 return err.report(errc::file_exists); in __create_directories()
373 return err.report(m_ec); in __create_directories()
376 return err.report(errc::invalid_argument); in __create_directories()
382 return err.report(errc::not_a_directory); in __create_directories()
386 return err.report(m_ec); in __create_directories()
397 return err.report(capture_errno()); in __create_directory()
402 return err.report(mec); in __create_directory()
413 return err.report(mec); in __create_directory()
415 return err.report(errc::not_a_directory, "the specified attribute path is invalid"); in __create_directory()
421 return err.report(capture_errno()); in __create_directory()
427 return err.report(mec); in __create_directory()
434 return err.report(capture_errno()); in __create_directory_symlink()
440 return err.report(capture_errno()); in __create_hard_link()
446 return err.report(capture_errno()); in __create_symlink()
464 return err.report(capture_errno(), "call to pathconf failed"); in __current_path()
489 return err.report(capture_errno(), "call to getcwd failed"); in __current_path()
497 err.report(capture_errno()); in __current_path()
507 return err.report(errc::not_supported); in __equivalent()
510 return err.report(errc::not_supported); in __equivalent()
525 return err.report(m_ec); in __file_size()
538 return err.report(m_ec); in __hard_link_count()
549 return err.report(m_ec); in __fs_is_empty()
551 return err.report(errc::not_supported); in __fs_is_empty()
571 return err.report(m_ec); in __last_write_time()
582 return err.report(errc::value_too_large); in __last_write_time()
585 return err.report(detail::make_windows_error(GetLastError())); in __last_write_time()
588 return err.report(detail::make_windows_error(GetLastError())); in __last_write_time()
599 return err.report(m_ec); in __last_write_time()
606 return err.report(errc::value_too_large); in __last_write_time()
610 return err.report(m_ec); in __last_write_time()
632 return err.report(m_ec); in __permissions()
646 return err.report(capture_errno()); in __permissions()
650 return err.report(errc::operation_not_supported); in __permissions()
652 return err.report(capture_errno()); in __permissions()
674 return err.report(capture_errno()); in __read_symlink()
681 return err.report(capture_errno()); in __read_symlink()
684 return err.report(errc::value_too_large); in __read_symlink()
693 err.report(capture_errno()); in __remove()
745 return err.report(mec); in __remove_all()
837 return err.report(mec); in __remove_all()
846 err.report(capture_errno()); in __rename()
852 return err.report(capture_errno()); in __resize_file()
860 err.report(capture_errno()); in __space()
887 return err.report(detail::make_windows_error(GetLastError())); in __temp_directory_path()
889 return err.report(errc::filename_too_long); in __temp_directory_path()
915 return err.report(m_ec, "cannot access path " PATH_CSTR_FMT, p.c_str()); in __temp_directory_path()
918 … return err.report(errc::not_a_directory, "path " PATH_CSTR_FMT " is not a directory", p.c_str()); in __temp_directory_path()
941 return err.report(m_ec); in __weakly_canonical()
945 return err.report(m_ec); in __weakly_canonical()
955 return err.report(m_ec); in __weakly_canonical()