Searched refs:add_watch (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 313 watcher.add_watch(f, self.watchmask, quiet=False)
|