Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h182 class CFindFileBase MY_UNCOPYABLE
188 CFindFileBase(): _handle(INVALID_HANDLE_VALUE) {} in CFindFileBase() function
189 ~CFindFileBase() { Close(); } in ~CFindFileBase()
193 class CFindFile: public CFindFileBase
212 class CFindStream: public CFindFileBase
H A DFileFind.cpp246 bool CFindFileBase::Close() throw() in Close()