Searched refs:get_wd (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 7 so we add a local helper get_wd() to retrieve them. This fixes 45 +def get_wd(i, path): 221 + wd_path1 = get_wd(i, path1) 222 + wd_path2 = get_wd(i, path2) 304 + wd_path = get_wd(i.inotify, path) 305 + wd_path1 = get_wd(i.inotify, path1) 306 + wd_path2 = get_wd(i.inotify, path2) 403 + wd_path = get_wd(i.inotify, path) 418 + wd_old_path = get_wd(i.inotify, old_path) 485 + wd_path = get_wd(i.inotify, path) [all …]
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 699 if self._watch_manager.get_wd(inner) is not None: 2015 def get_wd(self, path): member in WatchManager
|