Home | History | Annotate | Download | only in minzip

Lines Matching refs:mzExtractRecursive

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");