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

/external/libchrome/base/files/
H A Dfile_path_watcher.cc50 bool FilePathWatcher::Watch(const FilePath& path, function in class:base::FilePathWatcher
54 return impl_->Watch(path, recursive, callback);
H A Dfile_path_watcher_mac.cc19 bool Watch(const FilePath& path,
34 return impl_->Watch(path, recursive, callback);
H A Dfile_path_watcher_linux.cc50 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in class:base::__anon8987::InotifyReader
51 static const Watch kInvalidWatch = -1;
53 // Watch directory |path| for changes. |watcher| will be notified on each
55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
72 hash_map<Watch, WatcherSet> watchers_;
104 void OnFilePathChanged(InotifyReader::Watch fired_watch,
116 bool Watch(const FilePath& path,
143 InotifyReader::Watch watc
450 bool FilePathWatcherImpl::Watch(const FilePath& path, function in class:base::__anon8987::FilePathWatcherImpl
[all...]
H A Dfile_path_watcher.h30 // Callback type for Watch(). |path| points to the file that was updated,
41 virtual bool Watch(const FilePath& path,
100 // Watch() will return false in the case of failure.
101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
H A Dfile_path_watcher_fsevents.h30 bool Watch(const FilePath& path,
H A Dfile_path_watcher_kqueue.h44 bool Watch(const FilePath& path,
H A Dfile_path_watcher_fsevents.cc85 bool FilePathWatcherFSEvents::Watch(const FilePath& path, function in class:base::FilePathWatcherFSEvents
H A Dfile_path_watcher_kqueue.cc314 bool FilePathWatcherKQueue::Watch(const FilePath& path, function in class:base::FilePathWatcherKQueue
H A Dfile_path_watcher_unittest.cc140 *result = watcher->Watch(target, recursive_watch,
/external/libchrome/dbus/
H A Dbus.cc39 class Watch : public base::MessagePumpLibevent::Watcher { class in namespace:dbus::__anon9225
41 explicit Watch(DBusWatch* watch) function in class:dbus::__anon9225::Watch
46 ~Watch() override { dbus_watch_set_data(raw_watch_, NULL, NULL); }
68 const bool persistent = true; // Watch persistently.
99 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
1022 Watch* watch = new Watch(raw_watch);
1033 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch));
1041 Watch* watc
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc243 // Watch for %a[h-j%d], if % appears in the

Completed in 165 milliseconds