Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java371 int targetLimit = position + targetSize; in sliceBuffer() local
372 if ((targetLimit < position) || (targetLimit > limit)) { in sliceBuffer()
377 source.limit(targetLimit); in sliceBuffer()
382 source.position(targetLimit); in sliceBuffer()