Searched refs:auto_add (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): 686 rec=False, auto_add=watch_.auto_add, 746 elif (raw_event.mask & IN_ISDIR and watch_.auto_add and 754 rec=True, auto_add=True, 1574 def __init__(self, wd, path, mask, proc_fun, auto_add, exclude_filter): argument 1597 self.auto_add = auto_add 1789 def __add_watch(self, path, mask, proc_fun, auto_add, exclude_filter): argument 1795 if auto_add and not mask & IN_CREATE: 1801 auto_add=auto_add, exclude_filter=exclude_filter) 1814 auto_add=False, do_glob=False, quiet=True, argument [all …]
|