file_path_watcher_linux.cc | 213 static LazyInstance<InotifyReader>::Leaky g_inotify_reader = member in namespace:base::__anon3460 425 g_inotify_reader.Get().RemoveWatch(watch_entry->watch_, this); 447 watch_entry->watch_ = g_inotify_reader.Get().AddWatch(path, this); 459 g_inotify_reader.Get().AddWatch(link.DirName(), this); 479 g_inotify_reader.Get().RemoveWatch(old_watch, this);
|