Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dcode_sign_block.h61 HapInfoSegment hapInfoSegment; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java64 private HapInfoSegment hapInfoSegment; field in CodeSignBlock
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp247 HapInfoSegment hapInfoSegment(10945, signInfo); variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp259 … HapInfoSegment hapInfoSegment = HapInfoSegment::FromByteArray(*(std::vector<int8_t> *) & sh); in ParseSegmentHead() local