Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dupdater.c86 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main() local
87 if (script_entry == NULL) { in main()
92 char* script = malloc(script_entry->uncompLen+1); in main()
93 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()
97 script[script_entry->uncompLen] = '\0'; in main()