Lines Matching refs:ApkSections
43 pub struct ApkSections<R> { struct
53 impl<R: Read + Seek> ApkSections<R> { impl
54 pub fn new(mut reader: R) -> Result<ApkSections<R>> { in new()
58 Ok(ApkSections { in new()
92 ApkSections::zip_entries, in compute_digest()
93 ApkSections::central_directory, in compute_digest()
94 ApkSections::eocd_for_verification, in compute_digest()
245 let apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections()
276 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_digest()
287 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_cannot_find_signature()
303 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_find_signature()