Lines Matching refs:auto_add
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
1879 auto_add,
1931 auto_add=False, quiet=True): argument
1989 if proc_fun or auto_add:
1995 if auto_add:
1996 watch_.auto_add = auto_add
2143 auto_add=False, do_glob=False,
2320 wm.add_watch(path, mask, rec=options.recursive, auto_add=options.auto_add, do_glob=options.glob)