Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dxattr.c90 static int scache_bytes = 0; variable
797 scache_bytes = cache_bytes; in save_xattrs()
814 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()
815 cache_bytes = scache_bytes; in restore_xattrs()
Dmksquashfs.c256 unsigned int sinode_bytes, scache_bytes, sdirectory_bytes, variable
416 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()
6379 scache_bytes = root_inode_offset + root_inode_size; in main()
6381 sdata_cache = malloc(scache_bytes); in main()
6387 memcpy(sdata_cache, data_cache, scache_bytes); in main()