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

  /bootable/recovery/minzip/
Zip.h 196 * and mzExtractRecursive(a, "a/b/c", "/tmp", ...) is called, the resulting
215 bool mzExtractRecursive(const ZipArchive *pArchive,
Zip.c 921 * and mzExtractRecursive(a, "a/b/c", "/tmp") is called, the resulting
930 bool mzExtractRecursive(const ZipArchive *pArchive,
937 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
941 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
    [all...]
  /bootable/recovery/updater/
install.c 408 bool success = mzExtractRecursive(za, zip_path, dest_path,
    [all...]

Completed in 44 milliseconds