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

/system/core/fastboot/
H A Dfastboot.c360 void *unzip_file(zipfile_t zip, const char *name, unsigned *sz) function
609 data = unzip_file(zip, fn, &sz);
633 data = unzip_file(zip, "android-info.txt", &sz);
637 data = unzip_file(zip, "android-product.txt", &sz);
650 data = unzip_file(zip, "boot.img", &sz);
658 data = unzip_file(zip, "recovery.img", &sz);
667 data = unzip_file(zip, "system.img", &sz);

Completed in 250 milliseconds