| /developtools/hapsigner/hapsigntool_cpp/utils/src/ |
| D | hap_signer_block_utils.cpp | 59 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/ |
| D | file_data_source.cpp | 20 FileDataSource::FileDataSource(RandomAccessFile& hapFile, in FileDataSource()
|
| /developtools/packing_tool/packing_tool/frameworks/src/ |
| D | multiapp_packager.cpp | 238 fs::path hapFile(hapPath); in ReadModuleNameFromHap() local 300 fs::path hapFile(hapPath); in DisposeHapAndHsp() local 381 fs::path hapFile(hapPathItem); in PrepareFilesForCompression() local
|
| D | app_packager.cpp | 418 fs::path hapFile = hapPathItem; in CompressHapAndHspFiles() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
| D | hap_verify_test.cpp | 209 std::ifstream hapFile; variable 283 std::ofstream hapFile; variable 405 std::ofstream hapFile; variable 476 std::ifstream hapFile; variable
|
| D | hap_signer_block_utils_test.cpp | 46 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/ |
| D | VerifyHap.java | 245 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/ |
| D | verify_hap.cpp | 173 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/ |
| D | ScanStatSuffix.java | 285 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()
|
| D | Compressor.java | 1518 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
|
| D | CompressVerify.java | 1289 File hapFile = new File(hapPath); in isVerifyValidInHapAdditionMode() local
|
| D | Uncompress.java | 351 String hapFile = fileName; in uncompressHapFromAppStream() local
|