Home
last modified time | relevance | path

Searched defs:eocd (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipFileInfo.java30 private final ByteBuffer eocd; field in ZipFileInfo
33 long eocdOffset, ByteBuffer eocd) { in ZipFileInfo()
DZipUtils.java124 public static long getCentralDirectoryOffset(ByteBuffer eocd) { in getCentralDirectoryOffset()
135 public static void setCentralDirectoryOffset(ByteBuffer eocd, long offset) { in setCentralDirectoryOffset()
146 public static long getCentralDirectorySize(ByteBuffer eocd) { in getCentralDirectorySize()
157 public static int getCentralDirectoryCount(ByteBuffer eocd) { in getCentralDirectoryCount()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java84 private ZipDataInput eocd; field in HapVerify
100 ZipDataInput eocd, in HapVerify()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java299 ZipDataInput eocd = new ByteBufferZipDataInput(eocdBuffer); in sign() local