Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java299 ZipDataInput centralDirectory = new ByteBufferZipDataInput(centralDirBuffer); in sign() local
349 … byte[] signingBlock, ZipDataInput centralDirectory, ByteBuffer eocdBuffer) throws IOException { in outputSignedFile()