Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H A DHapUtils.java182 private static final char[] HEX_CHAR_ARRAY = "0123456789ABCDEF".toCharArray(); field in HapUtils
479 sb.append(HEX_CHAR_ARRAY[hi]).append(HEX_CHAR_ARRAY[lo]); in toHex()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp32 const std::string HapUtils::HEX_CHAR_ARRAY = "0123456789ABCDEF"; member in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h92 static const std::string HEX_CHAR_ARRAY; member in OHOS::SignatureTools::HapUtils

Completed in 2 milliseconds