Lines Matching refs:capture_errno
57 using detail::capture_errno;
89 return err.report(capture_errno()); in __canonical()
99 return err.report(capture_errno()); in __canonical()
190 ec = capture_errno(); in copy_file_impl()
214 ec = capture_errno();
227 ec = capture_errno();
234 ec = capture_errno();
400 return err.report(capture_errno()); in __create_directory()
401 error_code mec = capture_errno(); in __create_directory()
424 return err.report(capture_errno()); in __create_directory()
426 mec = capture_errno(); in __create_directory()
437 return err.report(capture_errno()); in __create_directory_symlink()
443 return err.report(capture_errno()); in __create_hard_link()
449 return err.report(capture_errno()); in __create_symlink()
467 return err.report(capture_errno(), "call to pathconf failed"); in __current_path()
492 return err.report(capture_errno(), "call to getcwd failed"); in __current_path()
500 err.report(capture_errno()); in __current_path()
649 return err.report(capture_errno()); in __permissions()
655 return err.report(capture_errno()); in __permissions()
677 return err.report(capture_errno()); in __read_symlink()
684 return err.report(capture_errno()); in __read_symlink()
696 err.report(capture_errno()); in __remove()
778 ec = detail::capture_errno(); in remove_all_impl()
800 ec = detail::capture_errno(); in remove_all_impl()
807 ec = detail::capture_errno(); in remove_all_impl()
823 ec = detail::capture_errno(); in remove_all_impl()
849 err.report(capture_errno()); in __rename()
855 return err.report(capture_errno()); in __resize_file()
863 err.report(capture_errno()); in __space()