Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java109 int eocdLength = EndOfCentralDirectory.EOCD_LENGTH; in getZipEndOfCentralDirectory() local
110 eOCDOffset = file.length() - eocdLength; in getZipEndOfCentralDirectory()
111 byte[] bytes = FileUtils.readFileByOffsetAndLength(file, eOCDOffset, eocdLength); in getZipEndOfCentralDirectory()