Searched refs:zipDirLen (Results 1 – 2 of 2) 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()944 unsigned int zipDirLen; in mzExtractRecursive() local947 zipDirLen = strlen(zipDir); in mzExtractRecursive()948 zpath = (char *)malloc(zipDirLen + 2); in mzExtractRecursive()950 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()956 if (zipDirLen > 0) { in mzExtractRecursive()[all …]
856 int zipDirLen; member872 pEntry->fileNameLen - helper->zipDirLen + 1; in targetEntryPath()901 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()902 pEntry->fileNameLen - helper->zipDirLen); in targetEntryPath()903 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()943 unsigned int zipDirLen; in mzExtractRecursive() local946 zipDirLen = strlen(zipDir); in mzExtractRecursive()947 zpath = (char *)malloc(zipDirLen + 2); in mzExtractRecursive()949 LOGE("Can't allocate %d bytes for zip path\n", zipDirLen + 2); in mzExtractRecursive()955 if (zipDirLen > 0) { in mzExtractRecursive()[all …]