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

  /external/libchrome/base/files/
file_path_watcher_linux.cc 52 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
57 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
264 InotifyReader::Watch InotifyReader::AddWatch(
480 watch_entry.watch = g_inotify_reader.Get().AddWatch(path, this);
562 g_inotify_reader.Get().AddWatch(current, this);
569 g_inotify_reader.Get().AddWatch(current, this);
624 g_inotify_reader.Get().AddWatch(link.DirName(), this);
  /external/adhd/cras/src/tests/
dbus_test.h 291 dbus_bool_t AddWatch(DBusWatch *watch);
dbus_test.cc 594 return test->AddWatch(watch);
597 dbus_bool_t DBusTest::AddWatch(DBusWatch *watch) {

Completed in 589 milliseconds