Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c199 struct exclude_info *exclude_paths = NULL; variable
4237 if((exclude_paths[i].st_dev == buf->st_dev) && in old_excluded()
4238 (exclude_paths[i].st_ino == buf->st_ino)) in old_excluded()
4246 exclude_paths = realloc(exclude_paths, (exclude + EXCLUDE_SIZE) \
4248 if(exclude_paths == NULL) \
4251 exclude_paths[exclude].st_dev = buf.st_dev; \
4252 exclude_paths[exclude++].st_ino = buf.st_ino;