Searched defs:datasz (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dfastboot.c364 unsigned datasz; local
374 datasz = *sz * 1.001;
375 data = malloc(datasz);
382 if (decompress_zipentry(entry, data, datasz)) {

Completed in 61 milliseconds