HomeSort by relevance Sort by last modified time
    Searched refs:g_inotify_reader (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/files/
file_path_watcher_linux.cc 217 static base::LazyInstance<InotifyReader> g_inotify_reader(
414 g_inotify_reader.Get().RemoveWatch(watch_entry->watch_, this);
438 watch_entry->watch_ = g_inotify_reader.Get().AddWatch(path, this);
447 g_inotify_reader.Get().RemoveWatch(old_watch, this);
  /external/chromium_org/base/files/
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);

Completed in 587 milliseconds