Searched refs:eocd_size (Results 1 – 3 of 3) sorted by relevance
41 pub eocd_size: u32, field48 let eocd_size = archive.comment().len() + EOCD_SIZE_WITHOUT_COMMENT; in zip_sections() localVariable54 let mut eocd = vec![0u8; eocd_size]; in zip_sections()74 eocd_size: eocd_size as u32, in zip_sections()
50 eocd_size: u32, field65 eocd_size: zip_sections.eocd_size, in new()123 let mut eocd = self.bytes(self.eocd_offset, self.eocd_size)?; in eocd_for_verification()131 Ok(Read::take(Box::new(Cursor::new(eocd)), self.eocd_size as u64)) in eocd_for_verification()269 (apk_sections.eocd_offset + apk_sections.eocd_size) as u64 in test_apk_sections()
63 (sections.eocd_offset + sections.eocd_size) as u64 in test_zip_sections_with_apk()