Searched refs:__root_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | directory_iterator.cpp | 39 …: __stream_(__ds.__stream_), __root_(std::move(__ds.__root_)), __entry_(std::move(__ds.__entry_)) { in __dir_stream() 44 : __stream_(INVALID_HANDLE_VALUE), __root_(root) { in __dir_stream() 82 __root_ / __data_.cFileName, in assign() 104 path __root_; member in __dir_stream 114 …: __stream_(other.__stream_), __root_(std::move(other.__root_)), __entry_(std::move(other.__entry_… in __dir_stream() 118 …eam(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __root_(root) { in __dir_stream() 146 …__entry_.__assign_iter_entry(__root_ / str, directory_entry::__create_iter_result(str_type_pair.se… in advance() 164 path __root_; member in __dir_stream 191 path root = std::move(__imp_->__root_); in __increment() 271 path root = std::move(stack.top().__root_); in __advance()
|