Home
last modified time | relevance | path

Searched refs:files_to_notify (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
H A Dinotifywatchtowerdriver.cpp
H A Dwinwatchtowerdriver.cpp
H A Dinotifywatchtowerdriver.h
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp186 std::vector<KQueueObservedFile*> files_to_notify; in waitAndProcessEvents() local
213 files_to_notify.push_back( file ); in waitAndProcessEvents()
224 files_to_notify.reserve( files_in_dir.size() ); in waitAndProcessEvents()
225files_to_notify.insert( files_to_notify.end(), files_in_dir.begin(), files_in_dir.end() ); in waitAndProcessEvents()
233 return files_to_notify; in waitAndProcessEvents()
H A Dinotifywatchtowerdriver.cpp115 std::vector<INotifyObservedFile*> files_to_notify; in waitAndProcessEvents() local
148 &files_to_notify, files_needing_readding ); in waitAndProcessEvents()
164 return files_to_notify; in waitAndProcessEvents()
171 std::vector<INotifyObservedFile*>* files_to_notify, in processINotifyEvent() argument
208 files_to_notify->push_back( file ); in processINotifyEvent()
H A Dwinwatchtowerdriver.cpp312 std::vector<ObservedFile<WinWatchTowerDriver>*> files_to_notify { }; in waitAndProcessEvents() local
352 files_to_notify.push_back( file ); in waitAndProcessEvents()
390 return files_to_notify; in waitAndProcessEvents()
H A Dinotifywatchtowerdriver.h134 std::vector<INotifyObservedFile*>* files_to_notify,