Home | History | Annotate | Download | only in minzip

Lines Matching refs:epath

845     char *epath = helper->buf + helper->targetDirLen;
846 memcpy(epath, pEntry->fileName + helper->zipDirLen,
848 epath += pEntry->fileNameLen - helper->zipDirLen;
849 *epath = '\0';