Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.cpp194 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile
319 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst() function in NWindows::NFile::NFind::CFindStream
844 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification
/third_party/protobuf/third_party/googletest/googletest/scripts/
Dpump.py186 def FindFirst(lines, token_table, cursor): function