Searched refs:recursive_paths_by_watch_ (Results 1 – 1 of 1) sorted by relevance
191 hash_map<InotifyReader::Watch, FilePath> recursive_paths_by_watch_; member in base::__anon7f9c86bd0111::FilePathWatcherImpl443 if (ContainsKey(recursive_paths_by_watch_, fired_watch)) { in OnFilePathChanged()554 if (!ContainsKey(recursive_paths_by_watch_, fired_watch)) { in UpdateRecursiveWatches()563 const FilePath& changed_dir = recursive_paths_by_watch_[fired_watch]; in UpdateRecursiveWatches()609 recursive_paths_by_watch_.erase(old_watch); in UpdateRecursiveWatchesForPath()626 DCHECK(!ContainsKey(recursive_paths_by_watch_, watch)); in TrackWatchForRecursion()628 recursive_paths_by_watch_[watch] = path; in TrackWatchForRecursion()637 recursive_paths_by_watch_.begin(); in RemoveRecursiveWatches()638 it != recursive_paths_by_watch_.end(); in RemoveRecursiveWatches()642 recursive_paths_by_watch_.clear(); in RemoveRecursiveWatches()