Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java307 … long computedTreeOffset = getAlignmentAddr(CodeSignBlock.PAGE_SIZE_4K, fileReadOffset + offset); in generateCodeSignBlock() local
316 long computedTreeOffset) throws VerifyCodeSignException, IOException { in parseMerkleTree()