Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java118 …long eocdMaxLength = Math.min(EndOfCentralDirectory.EOCD_LENGTH + MAX_COMMENT_LENGTH, file.length(… in getZipEndOfCentralDirectory() local
119 eOCDOffset = file.length() - eocdMaxLength; in getZipEndOfCentralDirectory()
120 bytes = FileUtils.readFileByOffsetAndLength(file, eOCDOffset, eocdMaxLength); in getZipEndOfCentralDirectory()
121 for (int start = 0; start < eocdMaxLength; start++) { in getZipEndOfCentralDirectory()