HomeSort by relevance Sort by last modified time
    Searched refs:realloc_size (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
xattr.c 313 int realloc_size = req_size - data_space; local
315 realloc_size);
318 cache_size += realloc_size;
mksquashfs.c 477 int realloc_size = cache_size == 0 ? local
483 realloc_size);
486 cache_size += realloc_size;
1203 int realloc_size = directory_cache_size == 0 ? local
    [all...]

Completed in 42 milliseconds