Searched refs:eocd_offset (Results 1 – 3 of 3) sorted by relevance
39 pub eocd_offset: u32, field53 let eocd_offset = reader.stream_position()? as u32; in zip_sections() localVariable66 central_directory_offset + central_directory_size == eocd_offset, in zip_sections()73 eocd_offset, in zip_sections()127 sections.eocd_offset, in test_zip_sections()
49 eocd_offset: u32, field64 eocd_offset: zip_sections.eocd_offset, in new()123 let mut eocd = self.bytes(self.eocd_offset, self.eocd_size)?; in eocd_for_verification()263 apk_sections.eocd_offset in test_apk_sections()269 (apk_sections.eocd_offset + apk_sections.eocd_size) as u64 in test_apk_sections()
53 sections.eocd_offset in test_zip_sections_with_apk()59 reader.seek(SeekFrom::Start(sections.eocd_offset as u64)).unwrap(); in test_zip_sections_with_apk()63 (sections.eocd_offset + sections.eocd_size) as u64 in test_zip_sections_with_apk()