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

  /bootable/recovery/minzip/
Zip.h 207 * and mzExtractRecursive(a, "a/b/c", "/tmp", ...) is called, the resulting
226 bool mzExtractRecursive(const ZipArchive *pArchive,
Zip.c 865 * and mzExtractRecursive(a, "a/b/c", "/tmp") is called, the resulting
874 bool mzExtractRecursive(const ZipArchive *pArchive,
881 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
885 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
    [all...]
  /bootable/recovery/updater/
install.c 498 bool success = mzExtractRecursive(za, zip_path, dest_path,
    [all...]

Completed in 75 milliseconds