Home
last modified time | relevance | path

Searched defs:apk_sections (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/libs/apkverify/src/
Dsigutil.rs245 let apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections() localVariable
276 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_digest() localVariable
287 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_cannot_find_signature() localVariable
303 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_find_signature() localVariable