Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dsigutil.rs246 let apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections() localVariable
277 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_digest() localVariable
288 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_cannot_find_signature() localVariable
304 let mut apk_sections = ApkSections::new(apk_file).unwrap(); in test_apk_sections_find_signature() localVariable