Lines Matching defs:_Dir
52 struct fs::_Dir : std::filesystem::_Dir_base struct in fs
54 _Dir(const fs::path& p, bool skip_permission_denied, bool nofollow, in _Dir() argument
62 _Dir(_Dir_base&& d, const path& p) : _Dir_base(std::move(d)), path(p) { } in _Dir() function
68 bool advance(bool skip_permission_denied, error_code& ec) noexcept in advance()
85 bool advance(error_code& ec) noexcept { return advance(false, ec); } in advance()
89 bool advance(bool skip_permission_denied = false) in advance()
99 bool should_recurse(bool follow_symlink, error_code& ec) const in should_recurse()
118 current() const noexcept in current()
131 open_subdir(bool skip_permission_denied, bool nofollow, in open_subdir()
138 fs::path path;
139 directory_entry entry;
140 file_type type = file_type::none;