HomeSort by relevance Sort by last modified time
    Searched full:unzip_file (Results 1 - 1 of 1) sorted by null

  /system/core/fastboot/
fastboot.c 392 void *unzip_file(zipfile_t zip, const char *name, unsigned *sz) function
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);
    [all...]

Completed in 49 milliseconds