Home
last modified time | relevance | path

Searched defs:remove_watch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.c130 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dinotify_c.py218 def remove_watch(self, path: bytes) -> None: member in Inotify