Searched refs:FindFirst (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | FileFind.cpp | 194 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile 315 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst() function in NWindows::NFile::NFind::CFindStream 372 res = _find.FindFirst(_filePath, si); in Next() 623 if (finder.FindFirst(s, *this)) in Find() 655 bool res = finder.FindFirst(path, *this); in Find() 770 return _findFile.FindFirst(_wildcard, fi); in NextAny() 840 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification
|
D | FileFind.h | 197 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo); 216 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); 256 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|