Home | History | Annotate | Download | only in minzip

Lines Matching full:zipdir

854     const char *zipDir;
861 /* Given the values of targetDir and zipDir in the helper,
911 * Inflate all entries under zipDir to the directory specified by
914 * The immediate children of zipDir will become the immediate
931 const char *zipDir, const char *targetDir,
935 if (zipDir[0] == '/') {
936 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
947 zipDirLen = strlen(zipDir);
953 /* If zipDir is empty, we'll extract the entire zip file.
962 memcpy(zpath, zipDir, zipDirLen);
974 helper.zipDir = zpath;
975 helper.zipDirLen = strlen(helper.zipDir);
1020 /* This entry begins with zipDir, so we'll extract it.