Searched defs:zipFile (Results 1 – 3 of 3) sorted by relevance
197 unzFile zipFile = unzOpen2(srcFilePath.c_str(), nullptr); in ReadZipFile() local245 bool CloseZipFile(const unzFile zipFile, bool ret) in CloseZipFile()262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile()
272 …zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip() argument
463 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local