Searched defs:zipDir (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minzip/
H A DZip.c854 const char *zipDir; member in struct:__anon22
861 /* Given the values of targetDir and zipDir in the helper,
911 * Inflate all entries under zipDir to the directory specified by
914 * The immediate children of zipDir will become the immediate
931 const char *zipDir, const char *targetDir,
936 if (zipDir[0] == '/') {
937 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n");
948 zipDirLen = strlen(zipDir);
954 /* If zipDir is empty, we'll extract the entire zip file.
963 memcpy(zpath, zipDir, zipDirLe
930 mzExtractRecursive(const ZipArchive *pArchive, const char *zipDir, const char *targetDir, int flags, const struct utimbuf *timestamp, void (*callback)(const char *fn, void *), void *cookie, struct selabel_handle *sehnd) argument
[all...]

Completed in 27 milliseconds