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

  /external/squashfs-tools/squashfs-tools/
xattr.c 89 static char *sdata_cache = NULL; variable
792 sdata_cache = malloc(cache_bytes);
793 if(sdata_cache == NULL)
796 memcpy(sdata_cache, data_cache, cache_bytes);
814 memcpy(data_cache, sdata_cache, scache_bytes);
mksquashfs.c 252 char *sdata_cache, *sdirectory_data_cache, *sdirectory_compressed; variable
416 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
    [all...]

Completed in 879 milliseconds