Searched defs:extra (Results 1 – 10 of 10) sorted by relevance
47 boolean isZip64, byte[] extra, int externalFileAttributes) { in createCentralDirectoryData()87 private void writeZip64InfoToExtraField(ByteBuffer extra) { in writeZip64InfoToExtraField()128 ByteBuffer extra = ByteBuffer.allocate(32).order(ByteOrder.LITTLE_ENDIAN); in centralDirectoryInfo_useZip64() local141 ByteBuffer extra = ByteBuffer.allocate(36).order(ByteOrder.LITTLE_ENDIAN); in centralDirectoryInfo_useZip64_multipleEntriesInExtraField() local158 ByteBuffer extra = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN); in centralDirectoryInfo_noZip64Field_throwException() local
221 StoredEntry extra = zf.get("extra"); in addExtraFieldToExistingEntry() local269 StoredEntry extra = zf.get("extra"); in removeExtraFieldFromExistingEntry() local317 StoredEntry extra = zf.get("extra"); in updateExtraFieldOfExistingEntry() local
19 repeated KeyValue extra = 8; field
66 ByteBuffer extra, in LocalFileRecord()242 ByteBuffer extra = EMPTY_BYTE_BUFFER; in getRecord() local311 ByteBuffer extra, in outputRecordWithModifiedExtra()
489 long extra = (align - ((firstFree + alignOffset) % align)) % align; in locateFree() local
168 String extra = ""; in logAssociation() local
133 String extra = ""; in insert() local
293 static void MergeInstructions(I_LIST& instructions, const E_LIST& extra) { in MergeInstructions()
808 val extra = in <lambda>() constant
808 ByteBuffer extra = entry.getExtra(); in getInputJarEntryDataAlignmentMultiple() local