Searched refs:entry (Results 1 - 3 of 3) sorted by path

/bootable/recovery/minzip/
H A DZip.c121 const ZipEntry* entry = (const ZipEntry*) ventry; local
125 if (entry->fileNameLen != nameLen)
126 return entry->fileNameLen - nameLen;
127 return memcmp(entry->fileName, name, nameLen);
154 LOGW("WARNING: duplicate entry '%.*s' in Zip\n",
279 /* Figure out where this entry should go (binary search).
475 * Find a matching entry.
477 * Returns NULL if no matching entry found.
489 * Return true if the entry is a symbolic link.
499 /* Call processFunction on the uncompressed data of a STORED entry
[all...]
/bootable/recovery/updater/
H A Dblockimg.c203 const ZipEntry* entry; member in struct:__anon32
244 mzProcessZipEntryContents(nti->za, nti->entry, receive_new_data, nti);
481 nti.entry = new_entry;
548 fprintf(stderr, "failed to allocate %d-entry stash table\n", stash_entries);
H A Dinstall.c531 const ZipEntry* entry = mzFindZipEntry(za, zip_path); local
532 if (entry == NULL) {
543 success = mzExtractZipEntryToFile(za, entry, fileno(f));
563 const ZipEntry* entry = mzFindZipEntry(za, zip_path); local
564 if (entry == NULL) {
569 v->size = mzGetZipEntryUncompLen(entry);
577 success = mzExtractZipEntryToBuffer(za, entry,

Completed in 56 milliseconds