Searched defs:DIR (Results 1 – 1 of 1) sorted by relevance
132 struct DIR { struct133 HANDLE handle_;134 bool firstread_;135 RX_WIN32_FIND_DATA data_;136 dirent entry_;138 DIR() : handle_(INVALID_HANDLE_VALUE), in DIR() argument144 ~DIR() { in ~DIR()