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
69
static char *
sdata_cache
= NULL;
variable
745
sdata_cache
= malloc(cache_bytes);
746
if(
sdata_cache
== NULL)
749
memcpy(
sdata_cache
, data_cache, cache_bytes);
767
memcpy(data_cache,
sdata_cache
, scache_bytes);
mksquashfs.c
236
char *
sdata_cache
, *sdirectory_data_cache, *sdirectory_compressed;
variable
382
memcpy(data_cache,
sdata_cache
, cache_bytes = scache_bytes);
[
all
...]
Completed in 154 milliseconds