Home
last modified time | relevance | path

Searched refs:RESERVE_LENGTH (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DHwSignHead.java52 private static final int RESERVE_LENGTH = 4; field in HwSignHead
54 private char[] reserve = new char[RESERVE_LENGTH];
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dsign_head.cpp31 const int SignHead::RESERVE_LENGTH = 4; member in OHOS::SignatureTools::SignHead
34 std::vector<int8_t> SignHead::m_reserve = std::vector<int8_t>(SignHead::RESERVE_LENGTH, 0);
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H A Dsign_head.h39 static const int RESERVE_LENGTH; member in OHOS::SignatureTools::SignHead

Completed in 1 milliseconds