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

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc187 std::map<FilePath, InotifyReader::Watch> recursive_watches_by_path_; member in class:base::__anon2252::FilePathWatcherImpl
545 recursive_watches_by_path_.lower_bound(changed_dir);
547 for (; end_it != recursive_watches_by_path_.end(); ++end_it) {
554 recursive_watches_by_path_.erase(start_it, end_it);
575 if (!ContainsKey(recursive_watches_by_path_, current)) {
582 InotifyReader::Watch old_watch = recursive_watches_by_path_[current];
589 recursive_watches_by_path_.erase(current);
606 DCHECK(!ContainsKey(recursive_watches_by_path_, path));
608 recursive_watches_by_path_[path] = watch;
622 recursive_watches_by_path_
[all...]

Completed in 51 milliseconds