Home
last modified time | relevance | path

Searched refs:watchSubtree (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.cpp665 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() argument
669 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
674 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
680 _handle = ::FindFirstChangeNotificationW(superPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
DFileFind.h151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);