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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c205 struct exclude_info *exclude_paths = NULL; variable in typeref:struct:exclude_info
3978 if((exclude_paths[i].st_dev == buf->st_dev) &&
3979 (exclude_paths[i].st_ino == buf->st_ino))
3987 exclude_paths = realloc(exclude_paths, (exclude + EXCLUDE_SIZE) \
3989 if(exclude_paths == NULL) \
3992 exclude_paths[exclude].st_dev = buf.st_dev; \
3993 exclude_paths[exclude++].st_ino = buf.st_ino;

Completed in 114 milliseconds