HomeSort by relevance Sort by last modified time
    Searched refs:CFindFile (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
FileFind.h 81 class CFindFile
87 CFindFile(): _handle(INVALID_HANDLE_VALUE) {}
88 ~CFindFile() { Close(); }
109 CFindFile _findFile;
124 CFindFile _findFile;
FileFind.cpp 95 // 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 1232 milliseconds