Home
last modified time | relevance | path

Searched refs:__dir_stream (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Ddirectory_iterator.cpp98 class __dir_stream { class
100 __dir_stream() = delete;
101 __dir_stream& operator=(const __dir_stream&) = delete;
103 __dir_stream(__dir_stream&& __ds) noexcept : __stream_(__ds.__stream_), in __dir_stream() function in android::hardware::automotive::filesystem::__dir_stream
109 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() function in android::hardware::automotive::filesystem::__dir_stream
122 ~__dir_stream() noexcept { in ~__dir_stream()
166 class __dir_stream { class
168 __dir_stream() = delete;
169 __dir_stream& operator=(const __dir_stream&) = delete;
171 __dir_stream(__dir_stream&& other) noexcept : __stream_(other.__stream_), in __dir_stream() function in android::hardware::automotive::filesystem::__dir_stream
[all …]
/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
Dfilesystem1992 class __dir_stream;
2201 friend class __dir_stream;
2525 shared_ptr<__dir_stream> __imp_;