Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h183 class CFindFileBase MY_UNCOPYABLE
189 CFindFileBase(): _handle(INVALID_HANDLE_VALUE) {} in CFindFileBase() function
190 ~CFindFileBase() { Close(); } in ~CFindFileBase()
194 class CFindFile: public CFindFileBase
213 class CFindStream: public CFindFileBase
DFileFind.cpp152 bool CFindFileBase::Close() throw() in Close()