Searched refs:zipDirLen (Results 1 – 1 of 1) sorted by relevance
857 int zipDirLen; member873 pEntry->fileNameLen - helper->zipDirLen + 1; in targetEntryPath()902 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()903 pEntry->fileNameLen - helper->zipDirLen); in targetEntryPath()904 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()945 unsigned int zipDirLen; in mzExtractRecursive() local948 zipDirLen = strlen(zipDir); in mzExtractRecursive()949 zpath = (char *)malloc(zipDirLen + 2); in mzExtractRecursive()951 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()957 if (zipDirLen > 0) { in mzExtractRecursive()[all …]