Searched refs:CFindFile (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileFind.h81 class CFindFile class in namespace:NWindows::NFile::NFind
87 CFindFile(): _handle(INVALID_HANDLE_VALUE) {} function in class:NWindows::NFile::NFind::CFindFile
88 ~CFindFile() { Close(); }
109 CFindFile _findFile;
124 CFindFile _findFile;
H A DFileFind.cpp95 // CFindFile
97 bool CFindFile::Close()
108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi)
129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi)
160 bool CFindFile::FindNext(CFileInfo &fi)
170 bool CFindFile::FindNext(CFileInfoW &fi)
217 CFindFile finder;
239 CFindFile finder;

Completed in 57 milliseconds