Home
last modified time | relevance | path

Searched refs:exclude_filter (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py687 exclude_filter=watch_.exclude_filter)
747 not watch_.exclude_filter(dst_path)):
755 exclude_filter=watch_.exclude_filter)
1598 self.exclude_filter = exclude_filter
1704 def __init__(self, exclude_filter=lambda path: False): argument
1718 self._exclude_filter = exclude_filter
1801 auto_add=auto_add, exclude_filter=exclude_filter)
1815 exclude_filter=None): argument
1862 if exclude_filter is None:
1863 exclude_filter = self._exclude_filter
[all …]