Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dcode_sign_block.h59 std::vector<SegmentHeader> segmentHeaderList; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java60 private final List<SegmentHeader> segmentHeaderList; field in CodeSignBlock
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp165 std::vector<SegmentHeader> segmentHeaderList = api->GetSegmentHeaderList(); variable