Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c252 char *sdata_cache, *sdirectory_data_cache, *sdirectory_compressed; variable
417 memcpy(directory_data_cache, sdirectory_data_cache, in restorefs()
6384 sdirectory_data_cache = malloc(sdirectory_cache_bytes); in main()
6385 if(sdirectory_data_cache == NULL) in main()
6388 memcpy(sdirectory_data_cache, directory_data_cache + in main()