Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h227 #define PATHS_ALLOC_SIZE 10 macro
Dunsquashfs.c1400 if(paths->count % PATHS_ALLOC_SIZE == 0) { in add_subdir()
1402 (paths->count + PATHS_ALLOC_SIZE) * in add_subdir()
Dmksquashfs.c217 #define PATHS_ALLOC_SIZE 10 macro
4713 if(count % PATHS_ALLOC_SIZE == 0) { in add_subdir()
4715 (count + PATHS_ALLOC_SIZE) * sizeof(struct pathname *)); in add_subdir()