Searched defs:hapFile (Results 1 - 9 of 9) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | file_data_source.cpp | 20 FileDataSource::FileDataSource(RandomAccessFile& hapFile, in FileDataSource() argument
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/ |
H A D | HapUtils.java | 89 public static boolean checkCompressNativeLibs(File hapFile) throws IOException { in checkCompressNativeLibs() argument
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
H A D | VerifyHap.java | 292 private HapVerify getHapVerify(ZipDataInput hapFile, ZipFileInfo zipInfo, in getHapVerify() argument
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
H A D | hap_verify_test.cpp | 209 std::ifstream hapFile; in HWTEST_F() local 283 std::ofstream hapFile; in HWTEST_F() local 405 std::ofstream hapFile; HWTEST_F() local 476 std::ifstream hapFile; HWTEST_F() local [all...] |
H A D | hap_signer_block_utils_test.cpp | 229 std::ofstream hapFile; HWTEST_F() local [all...] |
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | app_packager.cpp | 397 fs::path hapFile = hapPathItem; in CompressHapAndHspFiles() local
|
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
H A D | verify_hap.cpp | 150 RandomAccessFile hapFile; in Verify() local 186 int32_t VerifyHap::Verify(RandomAccessFile& hapFile, Options* options, const std::string& filePath) in Verify() argument
|
/developtools/packing_tool/adapter/ohos/ |
H A D | ScanStatSuffix.java | 342 private long getOldSize(List<String> soList, File hapFile) { in getOldSize() argument 353 private long getNewSize(List<FileInfo> fileInfoList, File hapFile) { in getNewSize() argument
|
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | hap_signer_block_utils.cpp | 60 bool HapSignerBlockUtils::FindHapSignature(RandomAccessFile& hapFile, SignatureInfo& signInfo) in FindHapSignature() argument 83 bool HapSignerBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, std::pair<ByteBuffer, int64_t>& eocd) in FindEocdInHap() argument 101 bool HapSignerBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, unsigned short maxCommentSize, in FindEocdInHap() argument 228 bool HapSignerBlockUtils::FindHapSigningBlock(RandomAccessFile& hapFile, int64_ argument 334 FindHapSubSigningBlock(RandomAccessFile& hapFile, int32_t blockCount, int64_t blockArrayLen, int64_t hapSignBlockOffset, SignatureInfo& signInfo) FindHapSubSigningBlock() argument 444 VerifyHapIntegrity( Pkcs7Context& digestInfo, RandomAccessFile& hapFile, SignatureInfo& signInfo) VerifyHapIntegrity() argument [all...] |
Completed in 9 milliseconds