Home | History | Annotate | Download | only in minzip

Lines Matching refs:targetDir

797     const char *targetDir;
805 /* Given the values of targetDir and zipDir in the helper,
814 /* target file <-- targetDir + / + entry[zipDirLen:]
834 memcpy(p, helper->targetDir, helper->targetDirLen);
856 * targetDir, which must exist and be a writable directory.
859 * children of targetDir; e.g., if the archive contains the entries
875 const char *zipDir, const char *targetDir,
884 if (targetDir[0] != '/') {
885 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n");
917 helper.targetDir = targetDir;
918 helper.targetDirLen = strlen(helper.targetDir);