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 348 int realloc_size = req_size - data_space; local
350 realloc_size);
353 cache_size += realloc_size;
mksquashfs.c 488 int realloc_size = cache_size == 0 ? local
494 realloc_size);
497 cache_size += realloc_size;
1266 int realloc_size = directory_cache_size == 0 ? local
    [all...]

Completed in 244 milliseconds