Lines Matching refs:zipFile
165 ZipFileInfo zipFile;
166 zipFile.fileInfo.identity = testPackageName;
167 zipFile.fileInfo.packMethod = PKG_COMPRESS_METHOD_GZIP;
168 zipFile.fileInfo.digestMethod = PKG_DIGEST_TYPE_CRC;
170 files.push_back(std::pair<std::string, ZipFileInfo>(fileName, zipFile));
215 Lz4FileInfo zipFile;
217 zipFile.fileInfo.identity = testPackageName;
218 zipFile.fileInfo.packMethod = PKG_COMPRESS_METHOD_LZ4;
219 zipFile.fileInfo.digestMethod = PKG_DIGEST_TYPE_CRC;
220 zipFile.compressionLevel = compressionLevel;
221 zipFile.blockSizeID = 0;
222 zipFile.contentChecksumFlag = 0;
223 zipFile.blockIndependence = 0;
225 files.push_back(std::pair<std::string, Lz4FileInfo>(fileName, zipFile));