Searched refs:files_to_notify (Results 1 – 8 of 8) sorted by relevance
186 std::vector<KQueueObservedFile*> files_to_notify; in waitAndProcessEvents() local213 files_to_notify.push_back( file ); in waitAndProcessEvents()224 files_to_notify.reserve( files_in_dir.size() ); in waitAndProcessEvents()225 … files_to_notify.insert( files_to_notify.end(), files_in_dir.begin(), files_in_dir.end() ); in waitAndProcessEvents()233 return files_to_notify; in waitAndProcessEvents()
115 std::vector<INotifyObservedFile*> files_to_notify; in waitAndProcessEvents() local148 &files_to_notify, files_needing_readding ); in waitAndProcessEvents()164 return files_to_notify; in waitAndProcessEvents()171 std::vector<INotifyObservedFile*>* files_to_notify, in processINotifyEvent() argument208 files_to_notify->push_back( file ); in processINotifyEvent()
312 std::vector<ObservedFile<WinWatchTowerDriver>*> files_to_notify { }; in waitAndProcessEvents() local352 files_to_notify.push_back( file ); in waitAndProcessEvents()390 return files_to_notify; in waitAndProcessEvents()
134 std::vector<INotifyObservedFile*>* files_to_notify,