HomeSort by relevance Sort by last modified time
    Searched refs:mzExtractRecursive (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minzip/
Zip.h 149 * and mzExtractRecursive(a, "a/b/c", "/tmp", ...) is called, the resulting
162 bool mzExtractRecursive(const ZipArchive *pArchive,
Zip.c 809 * and mzExtractRecursive(a, "a/b/c", "/tmp") is called, the resulting
818 bool mzExtractRecursive(const ZipArchive *pArchive,
825 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
829 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
  /bootable/recovery/updater/
install.cpp 526 bool success = mzExtractRecursive(za, zip_path, dest_path,
    [all...]

Completed in 2837 milliseconds