Lines Matching refs:error_code

99     directory_entry(const filesystem::path& __p, error_code& __ec)  in _GLIBCXX_VISIBILITY()
121 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
135 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
146 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
158 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
166 is_block_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
174 is_character_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
182 is_directory(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
190 is_fifo(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
198 is_other(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
206 is_regular_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
214 is_socket(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
226 is_symlink(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
238 file_size(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
246 hard_link_count(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
255 last_write_time(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
263 status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
271 symlink_status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
318 _M_file_type(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
366 directory_iterator(const path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
370 error_code& __ec) in _GLIBCXX_VISIBILITY()
388 directory_iterator& increment(error_code& __ec); in _GLIBCXX_VISIBILITY()
398 directory_iterator(const path&, directory_options, error_code*); in _GLIBCXX_VISIBILITY()
447 error_code& __ec) in _GLIBCXX_VISIBILITY()
450 recursive_directory_iterator(const path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
475 recursive_directory_iterator& increment(error_code& __ec); in _GLIBCXX_VISIBILITY()
485 void pop(error_code&); in _GLIBCXX_VISIBILITY()
490 recursive_directory_iterator(const path&, directory_options, error_code*); in _GLIBCXX_VISIBILITY()