Home | History | Annotate | Download | only in minzip

Lines Matching refs:mzExtractRecursive

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