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.h223 #define PATHS_ALLOC_SIZE 10 macro
Dunsquashfs.c1395 if(paths->count % PATHS_ALLOC_SIZE == 0) { in add_subdir()
1397 (paths->count + PATHS_ALLOC_SIZE) * in add_subdir()
Dmksquashfs.c201 #define PATHS_ALLOC_SIZE 10 macro
4537 if(count % PATHS_ALLOC_SIZE == 0) { in add_subdir()
4539 (count + PATHS_ALLOC_SIZE) * sizeof(struct pathname *)); in add_subdir()