Home | History | Annotate | Download | only in fastboot

Lines Matching full:unzip_file

392 void *unzip_file(zipfile_t zip, const char *name, unsigned *sz)
434 data = unzip_file(zip, name, &sz);
717 data = unzip_file(zip, fn, &sz);
745 data = unzip_file(zip, "android-info.txt", &sz);
749 data = unzip_file(zip, "android-product.txt", &sz);