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

  /bootable/recovery/minzip/
Zip.h 189 * and mzExtractRecursive(a, "a/b/c", "/tmp", ...) is called, the resulting
208 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,
936 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
940 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
    [all...]
  /bootable/recovery/updater/
install.c 348 bool success = mzExtractRecursive(za, zip_path, dest_path,
    [all...]

Completed in 25 milliseconds