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/utils/
DHapUtils.java442 int encodeSize = 0; in encodeListOfPairsToByteArray() local
443 encodeSize += INT_SIZE + INT_SIZE; in encodeListOfPairsToByteArray()
445 encodeSize += INT_SIZE + INT_SIZE + INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray()
447 ByteBuffer encodeBytes = ByteBuffer.allocate(encodeSize); in encodeListOfPairsToByteArray()