Home | History | Annotate | Download | only in minzip

Lines Matching refs:zipDir

798     const char *zipDir;
805 /* Given the values of targetDir and zipDir in the helper,
855 * Inflate all entries under zipDir to the directory specified by
858 * The immediate children of zipDir will become the immediate
875 const char *zipDir, const char *targetDir,
880 if (zipDir[0] == '/') {
881 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
892 zipDirLen = strlen(zipDir);
898 /* If zipDir is empty, we'll extract the entire zip file.
907 memcpy(zpath, zipDir, zipDirLen);
919 helper.zipDir = zpath;
920 helper.zipDirLen = strlen(helper.zipDir);
966 /* This entry begins with zipDir, so we'll extract it.