Searched refs:sdata_cache (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 69 static char *sdata_cache = NULL; variable 745 sdata_cache = malloc(cache_bytes); in save_xattrs() 746 if(sdata_cache == NULL) in save_xattrs() 749 memcpy(sdata_cache, data_cache, cache_bytes); in save_xattrs() 767 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()
|
D | mksquashfs.c | 236 char *sdata_cache, *sdirectory_data_cache, *sdirectory_compressed; variable 382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs() 5994 sdata_cache = malloc(scache_bytes); in main() 5995 if(sdata_cache == NULL) in main() 6000 memcpy(sdata_cache, data_cache, scache_bytes); in main()
|