Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py44 from pw_presubmit.tools import exclude_paths, file_summary, log_run, plural
380 set(exclude_paths(exclude, git_repo.list_files(base, paths)))
Dtools.py130 def exclude_paths(exclusions: Iterable[Pattern[str]], function
Dpresubmit.py437 files += tools.exclude_paths(
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c200 struct exclude_info *exclude_paths = NULL; variable
4281 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;