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

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc251 static LazyInstance<InotifyReader>::Leaky g_inotify_reader = member in namespace:base::__anon2252
475 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this);
502 watch_entry.watch = g_inotify_reader.Get().AddWatch(path, this);
512 g_inotify_reader.Get().RemoveWatch(old_watch, this);
552 g_inotify_reader.Get().RemoveWatch(end_it->second, this);
578 g_inotify_reader.Get().AddWatch(current, this);
585 g_inotify_reader.Get().AddWatch(current, this);
587 g_inotify_reader.Get().RemoveWatch(old_watch, this);
619 g_inotify_reader.Get().RemoveWatch(it->first, this);
640 g_inotify_reader
[all...]

Completed in 71 milliseconds