Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
313 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() function in base::__anon7f9c86bd0111::InotifyReader
498 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this); in CancelOnMessageLoopThread()
533 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateWatches()
573 g_inotify_reader.Get().RemoveWatch(end_it->second, this); in UpdateRecursiveWatches()
608 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateRecursiveWatchesForPath()
640 g_inotify_reader.Get().RemoveWatch(it->first, this); in RemoveRecursiveWatches()