Searched refs:sdata_cache (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 89 static char *sdata_cache = NULL; variable 792 sdata_cache = malloc(cache_bytes); in save_xattrs() 793 if(sdata_cache == NULL) in save_xattrs() 796 memcpy(sdata_cache, data_cache, cache_bytes); in save_xattrs() 814 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()
|
D | mksquashfs.c | 252 char *sdata_cache, *sdirectory_data_cache, *sdirectory_compressed; variable 416 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs() 6381 sdata_cache = malloc(scache_bytes); in main() 6382 if(sdata_cache == NULL) in main() 6387 memcpy(sdata_cache, data_cache, scache_bytes); in main()
|