Searched refs:exclude_filter (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 680 if watch_.auto_add and not watch_.exclude_filter(created_dir): 687 exclude_filter=watch_.exclude_filter) 747 not watch_.exclude_filter(dst_path)): 755 exclude_filter=watch_.exclude_filter) 1574 def __init__(self, wd, path, mask, proc_fun, auto_add, exclude_filter): argument 1598 self.exclude_filter = exclude_filter 1704 def __init__(self, exclude_filter=lambda path: False): argument 1718 self._exclude_filter = exclude_filter 1789 def __add_watch(self, path, mask, proc_fun, auto_add, exclude_filter): argument 1801 auto_add=auto_add, exclude_filter=exclude_filter) [all …]
|