Searched defs:mzExtractRecursive (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minzip/
H A DZip.c921 * and mzExtractRecursive(a, "a/b/c", "/tmp") is called, the resulting
930 bool mzExtractRecursive(const ZipArchive *pArchive, function
937 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
941 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");

Completed in 5 milliseconds