Searched refs:scratch (Results 1 - 1 of 1) sorted by relevance

/system/core/libzipfile/
H A Dtest_zipfile.c14 void* scratch; local
77 scratch = malloc(size);
78 printf("scratch=%p\n", scratch);
79 err = decompress_zipentry(entry, scratch, size);
84 fwrite(scratch, unsize, 1, f);
85 free(scratch);

Completed in 252 milliseconds