Searched defs:path_filter (Results 1 – 3 of 3) sorted by relevance
39 path_filter(std::vector<std::string> const & include_patterns, in path_filter() function
43 def ScanTree(root, path_filter=None, ignore_hidden=True): argument
166 path_filter = lambda path: re.match(glob_string, path) function