Searched defs:zFile (Results 1 – 3 of 3) sorted by relevance
254 unzFile zFile = unzOpen(packageName.c_str()); in GetNativeEntriesFromHap() local278 bool CodeSigning::GetSingleFileStreamFromZip(unzFile &zFile, char fileName[], in GetSingleFileStreamFromZip()318 unzFile zFile = unzOpen(packageName.c_str()); in RunParseZipInfo() local362 bool CodeSigning::HandleZipGlobalInfo(const std::string& packageName, unzFile& zFile, in HandleZipGlobalInfo()468 bool CodeSigning::CheckUnzParam(unzFile& zFile, unz_file_info& zFileInfo, in CheckUnzParam()
101 bool VerifyCodeSignature::VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, in VerifyNativeLib()151 unzFile zFile = unzOpen(file.c_str()); in VerifyCodeSign() local
453 unzFile zFile = unzOpen(file.c_str()); variable