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

/bootable/recovery/updater/
H A Dupdater.c77 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); local
78 if (script_entry == NULL) {
83 char* script = malloc(script_entry->uncompLen+1);
84 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) {
88 script[script_entry->uncompLen] = '\0';

Completed in 38 milliseconds