Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.h125 bool mzExtractZipEntryToFile(const ZipArchive *pArchive,
DZip.c698 bool mzExtractZipEntryToFile(const ZipArchive *pArchive, in mzExtractZipEntryToFile() function
993 bool ok = mzExtractZipEntryToFile(pArchive, pEntry, fd); in mzExtractRecursive()
/bootable/recovery/
Dinstall.cpp67 bool ok = mzExtractZipEntryToFile(zip, binary_entry, fd); in try_update_binary()
/bootable/recovery/updater/
Dinstall.c543 success = mzExtractZipEntryToFile(za, entry, fileno(f)); in PackageExtractFileFn()