Home
last modified time | relevance | path

Searched defs:hapFile (Results 1 – 12 of 12) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhap_signer_block_utils.cpp59 bool HapSignerBlockUtils::FindHapSignature(RandomAccessFile& hapFile, SignatureInfo& signInfo) in FindHapSignature()
82 bool HapSignerBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, std::pair<ByteBuffer, int64_t>& … in FindEocdInHap()
100 bool HapSignerBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, unsigned short maxCommentSize, in FindEocdInHap()
227 bool HapSignerBlockUtils::FindHapSigningBlock(RandomAccessFile& hapFile, int64_t centralDirOffset, in FindHapSigningBlock()
333 bool HapSignerBlockUtils::FindHapSubSigningBlock(RandomAccessFile& hapFile, int32_t blockCount, int… in FindHapSubSigningBlock()
432 Pkcs7Context& digestInfo, RandomAccessFile& hapFile, SignatureInfo& signInfo) in VerifyHapIntegrity()
/developtools/hapsigner/hapsigntool_cpp/common/src/
Dfile_data_source.cpp20 FileDataSource::FileDataSource(RandomAccessFile& hapFile, in FileDataSource()
/developtools/packing_tool/packing_tool/frameworks/src/
Dmultiapp_packager.cpp238 fs::path hapFile(hapPath); in ReadModuleNameFromHap() local
300 fs::path hapFile(hapPath); in DisposeHapAndHsp() local
381 fs::path hapFile(hapPathItem); in PrepareFilesForCompression() local
Dapp_packager.cpp418 fs::path hapFile = hapPathItem; in CompressHapAndHspFiles() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp209 std::ifstream hapFile; variable
283 std::ofstream hapFile; variable
405 std::ofstream hapFile; variable
476 std::ifstream hapFile; variable
Dhap_signer_block_utils_test.cpp46 std::ofstream hapFile(pathFile.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); in CreatTestZipFile() local
229 std::ofstream hapFile; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java245 ZipDataInput hapFile = new RandomAccessFileZipDataInput(fle); in verifyHap() local
293 private HapVerify getHapVerify(ZipDataInput hapFile, ZipFileInfo zipInfo, in getHapVerify()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp173 RandomAccessFile hapFile; in Verify() local
209 int32_t VerifyHap::Verify(RandomAccessFile& hapFile, Options* options, const std::string& filePath) in Verify()
/developtools/packing_tool/adapter/ohos/
DScanStatSuffix.java285 File hapFile = new File(hapPath); in setMapData() local
342 private long getOldSize(List<String> soList, File hapFile) { in getOldSize()
353 private long getNewSize(List<FileInfo> fileInfoList, File hapFile) { in getNewSize()
DCompressor.java1518 File hapFile = new File(hapPathItem.trim()); in compressAppMode() local
1696 File hapFile = new File(hapPathItem.trim()); in compressAppModeForMultiProject() local
1772 File hapFile = new File(utility.getAbsoluteHapPath()); in copyHapFile() local
2040 File hapFile = new File(hapPath); in readModlueNameFromHap() local
2073 File hapFile = new File(hapPath); in disposeHap() local
DCompressVerify.java1289 File hapFile = new File(hapPath); in isVerifyValidInHapAdditionMode() local
DUncompress.java351 String hapFile = fileName; in uncompressHapFromAppStream() local