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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c1169 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) function
1176 EXIT_UNSQUASH("Out of memory in add_subdir\n");
1223 *new = add_subdir(*new, path->name[i].paths);
2201 paths = add_subdir(paths, path);
H A Dmksquashfs.c4323 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) function
4330 BAD_ERROR("Out of memory in add_subdir\n");
4356 *new = add_subdir(*new, stickypath);
4380 *new = add_subdir(*new, path->name[i].paths);
5272 paths = add_subdir(paths, path);
5274 paths = add_subdir(paths, stickypath);

Completed in 111 milliseconds