Searched defs:centralDirectory (Results 1 – 4 of 4) sorted by relevance
135 void ZipEntry::SetCentralDirectory(CentralDirectory* centralDirectory) in SetCentralDirectory()
343 ZipDataInput centralDirectory = new ByteBufferZipDataInput(centralDirBuffer); in sign() local452 … byte[] signingBlock, ZipDataInput centralDirectory, ByteBuffer eocdBuffer) throws IOException { in outputSignedFile()
125 public void setCentralDirectory(CentralDirectory centralDirectory) { in setCentralDirectory()
694 ByteBufferDataSource* centralDirectory, in OutputSignedFile()