Searched refs:exclude_paths (Results 1 – 4 of 4) sorted by relevance
44 from pw_presubmit.tools import exclude_paths, file_summary, log_run, plural380 set(exclude_paths(exclude, git_repo.list_files(base, paths)))
130 def exclude_paths(exclusions: Iterable[Pattern[str]], function
437 files += tools.exclude_paths(
200 struct exclude_info *exclude_paths = NULL; variable4281 if((exclude_paths[i].st_dev == buf->st_dev) && in old_excluded()4282 (exclude_paths[i].st_ino == buf->st_ino)) in old_excluded()4290 exclude_paths = realloc(exclude_paths, (exclude + EXCLUDE_SIZE) \4292 if(exclude_paths == NULL) \4295 exclude_paths[exclude].st_dev = buf.st_dev; \4296 exclude_paths[exclude++].st_ino = buf.st_ino;