Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Ddirectory_iterator.cpp103 __dir_stream(__dir_stream&& __ds) noexcept : __stream_(__ds.__stream_), in __dir_stream()
106 __ds.__stream_ = INVALID_HANDLE_VALUE; in __dir_stream()
152 if (!::FindClose(__stream_)) in close()
154 __stream_ = INVALID_HANDLE_VALUE; in close()
158 HANDLE __stream_{INVALID_HANDLE_VALUE}; member in android::hardware::automotive::filesystem::__dir_stream
171 __dir_stream(__dir_stream&& other) noexcept : __stream_(other.__stream_), in __dir_stream()
174 other.__stream_ = nullptr; in __dir_stream()
191 if (__stream_) in ~__dir_stream()
218 if (::closedir(__stream_) == -1) in close()
220 __stream_ = nullptr; in close()
[all …]