Home
last modified time | relevance | path

Searched refs:scache_bytes (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c70 static int scache_bytes = 0; variable
750 scache_bytes = cache_bytes; in save_xattrs()
767 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()
768 cache_bytes = scache_bytes; in restore_xattrs()
Dmksquashfs.c240 unsigned int sinode_bytes, scache_bytes, sdirectory_bytes, variable
382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()
5992 scache_bytes = root_inode_offset + root_inode_size; in main()
5994 sdata_cache = malloc(scache_bytes); in main()
6000 memcpy(sdata_cache, data_cache, scache_bytes); in main()