Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c742 const char *zipDir; member
819 const char *zipDir, const char *targetDir, in mzExtractRecursive() argument
824 if (zipDir[0] == '/') { in mzExtractRecursive()
836 zipDirLen = strlen(zipDir); in mzExtractRecursive()
851 memcpy(zpath, zipDir, zipDirLen); in mzExtractRecursive()
863 helper.zipDir = zpath; in mzExtractRecursive()
864 helper.zipDirLen = strlen(helper.zipDir); in mzExtractRecursive()
DZip.h163 const char *zipDir, const char *targetDir,