Home
last modified time | relevance | path

Searched defs:currentOffset (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java259 int currentOffset = ((OPTIONAL_TYPE_SIZE + OPTIONAL_LENGTH_SIZE + in generateHapSigningBlock() local
268 typeAndOffsetMap.put(optionalBlock.getType(), currentOffset); in generateHapSigningBlock() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipUtils.java85 int currentOffset = searchBufferSize - ZIP_EOCD_SEGMENT_MIN_SIZE; in findEocdInSearchBuffer() local