Home
last modified time | relevance | path

Searched refs:zipDirLen (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c857 int zipDirLen; member
873 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() local
947 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 …]
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c856 int zipDirLen; member
872 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() local
946 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 …]