Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h74 class CFindFileBase
80 CFindFileBase(): _handle(INVALID_HANDLE_VALUE) {} in CFindFileBase() function
81 ~CFindFileBase() { Close(); } in ~CFindFileBase()
85 class CFindFile: public CFindFileBase
104 class CFindStream: public CFindFileBase
DFileFind.cpp108 bool CFindFileBase::Close() throw() in Close()