Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java105 public static final int INT_SIZE = 4; field in HapUtils
356 for (int i = 0; i < INT_SIZE; i++) { in setUInt32ToByteArrayWithLittleEngian()
443 encodeSize += INT_SIZE + INT_SIZE; in encodeListOfPairsToByteArray()
445 encodeSize += INT_SIZE + INT_SIZE + INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray()
453 encodeBytes.putInt(INT_SIZE + INT_SIZE + second.length); in encodeListOfPairsToByteArray()