Home
last modified time | relevance | path

Searched defs:FindNext (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.cpp229 bool CFindFile::FindNext(CFileInfo &fi) in FindNext() function in NWindows::NFile::NFind::CFindFile
350 bool CFindStream::FindNext(CStreamInfo &si) in FindNext() function in NWindows::NFile::NFind::CFindStream
DFileFind.h257 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); } in FindNext() function