Searched refs:recursive_paths_by_watch_ (Results 1 – 1 of 1) sorted by relevance
205 std::unordered_map<InotifyReader::Watch, FilePath> recursive_paths_by_watch_; member in base::__anon7f9c86bd0111::FilePathWatcherImpl450 if (ContainsKey(recursive_paths_by_watch_, fired_watch)) { in OnFilePathChangedOnOriginSequence()543 if (!ContainsKey(recursive_paths_by_watch_, fired_watch) && in UpdateRecursiveWatches()554 ContainsKey(recursive_paths_by_watch_, fired_watch) ? in UpdateRecursiveWatches()555 recursive_paths_by_watch_[fired_watch] : in UpdateRecursiveWatches()602 recursive_paths_by_watch_.erase(old_watch); in UpdateRecursiveWatchesForPath()619 DCHECK(!ContainsKey(recursive_paths_by_watch_, watch)); in TrackWatchForRecursion()621 recursive_paths_by_watch_[watch] = path; in TrackWatchForRecursion()629 for (const auto& it : recursive_paths_by_watch_) in RemoveRecursiveWatches()632 recursive_paths_by_watch_.clear(); in RemoveRecursiveWatches()