Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc507 InotifyReader::Watch old_watch = watch_entry.watch; in UpdateWatches() local
519 if (old_watch != watch_entry.watch) in UpdateWatches()
520 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateWatches()
596 InotifyReader::Watch old_watch = recursive_watches_by_path_[current]; in UpdateRecursiveWatchesForPath() local
597 DCHECK_NE(InotifyReader::kInvalidWatch, old_watch); in UpdateRecursiveWatchesForPath()
600 if (watch != old_watch) { in UpdateRecursiveWatchesForPath()
601 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateRecursiveWatchesForPath()
602 recursive_paths_by_watch_.erase(old_watch); in UpdateRecursiveWatchesForPath()