Home
last modified time | relevance | path

Searched defs:watch (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc143 InotifyReader::Watch watch; member
300 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local
313 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch()
598 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local
605 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local
617 void FilePathWatcherImpl::TrackWatchForRecursion(InotifyReader::Watch watch, in TrackWatchForRecursion()
660 InotifyReader::Watch watch = in AddWatchForBrokenSymlink() local
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h172 static inline void inotify_init_watch(struct inotify_watch *watch) in inotify_init_watch()
193 struct inotify_watch *watch, in inotify_add_watch()
200 struct inotify_watch *watch) in inotify_rm_watch()
211 struct inotify_watch *watch) in inotify_remove_watch_locked()
215 static inline void get_inotify_watch(struct inotify_watch *watch) in get_inotify_watch()
219 static inline void put_inotify_watch(struct inotify_watch *watch) in put_inotify_watch()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c60 DBusWatch *watch, eloop_event_type type) in process_watch()
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch()
130 static void remove_watch(DBusWatch *watch, void *data) in remove_watch()
149 static void watch_toggled(DBusWatch *watch, void *data) in watch_toggled()
/external/dhcpcd-6.8.2/dbus/
Drpc-dbus.c554 dbus_handle_event(DBusWatch *watch, int flags) in dbus_handle_event()
568 dbus_read_event(void *watch) in dbus_read_event()
574 dbus_write_event(void *watch) in dbus_write_event()
580 add_watch(DBusWatch *watch, __unused void *data) in add_watch()
606 remove_watch(DBusWatch *watch, __unused void *data) in remove_watch()
/external/libmojo/mojo/public/js/
Dsupport.js47 function watch(handle, signals, callback) { [native code] } function
/external/libmojo/mojo/edk/system/
Drequest_context.cc53 for (const WatchNotifyFinalizer& watch : in ~RequestContext() local
/external/selinux/restorecond/
Dwatch.c170 int watch(int fd, const char *watch_file) in watch() function
/external/libchrome/dbus/
Dbus.cc42 explicit Watch(DBusWatch* watch) in Watch()
1025 Watch* watch = new Watch(raw_watch); in OnAddWatch() local
1036 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnRemoveWatch() local
1044 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnToggleWatch() local
/external/autotest/client/bin/
Djob.py1133 def watch(cls, *monitor_args, **monitor_dargs): member in disk_usage_monitor
/external/toybox/generated/
Dglobals.h1495 struct watch_data watch; member