Home
last modified time | relevance | path

Searched refs:encodeSize (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
DHapUtils.java446 int encodeSize = 0; in encodeListOfPairsToByteArray() local
447 encodeSize += INT_SIZE + INT_SIZE; in encodeListOfPairsToByteArray()
449 encodeSize += INT_SIZE + INT_SIZE + INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray()
451 ByteBuffer encodeBytes = ByteBuffer.allocate(encodeSize); in encodeListOfPairsToByteArray()