OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
246
char *
sdata_cache
, *sdirectory_data_cache, *sdirectory_compressed;
variable
392
memcpy(data_cache,
sdata_cache
, cache_bytes = scache_bytes);
[
all
...]
Completed in 502 milliseconds