Searched refs:add_watch (Results 1 – 3 of 3) sorted by relevance
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | watch_timeout.hpp | 57 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *data) { in add_watch() function 148 dbus_connection_set_watch_functions(conn, &add_watch, &remove_watch, in set_watch_timeout_dispatch_functions()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 6 It is not safe to assume the values returned by add_watch(), 60 - i.add_watch(inner_path) 61 + wd = i.add_watch(inner_path) 101 - i.add_watch(inner_path) 102 + wd = i.add_watch(inner_path) 143 - i.add_watch(path1) 144 + wd = i.add_watch(path1)
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 681 addw = self._watch_manager.add_watch 752 self._watch_manager.add_watch(dst_path, watch_.mask, 1813 def add_watch(self, path, mask, proc_fun=None, rec=False, member in WatchManager 2140 return self.add_watch(dirname, mask, 2320 wm.add_watch(path, mask, rec=options.recursive, auto_add=options.auto_add, do_glob=options.glob)
|