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

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc498 InotifyReader::Watch old_watch = watch_entry.watch; local
511 if (old_watch != watch_entry.watch)
512 g_inotify_reader.Get().RemoveWatch(old_watch, this);
582 InotifyReader::Watch old_watch = recursive_watches_by_path_[current]; local
583 DCHECK_NE(InotifyReader::kInvalidWatch, old_watch);
586 if (watch != old_watch) {
587 g_inotify_reader.Get().RemoveWatch(old_watch, this);
588 recursive_paths_by_watch_.erase(old_watch);

Completed in 79 milliseconds