Lines Matching refs:ApexInfo
52 list: Vec<ApexInfo>,
56 struct ApexInfo { struct
110 let mut need_to_add: Option<ApexInfo> = None; in override_staged_apex()
117 need_to_add.replace(ApexInfo { is_active: false, ..apex_info.clone() }); in override_staged_apex()
143 impl ApexInfo { implementation
191 apex_infos: &[&ApexInfo], in make_metadata_file() argument
376 fn check_apexes_are_from_allowed_partitions(requested_apexes: &Vec<&ApexInfo>) -> Result<()> { in check_apexes_are_from_allowed_partitions()
391 ) -> Result<Vec<&'a ApexInfo>> { in collect_apex_infos() argument
510 ApexInfo { in test_collect_apexes()
523 ApexInfo { in test_collect_apexes()
536 ApexInfo { in test_collect_apexes()
548 ApexInfo { in test_collect_apexes()
560 ApexInfo { in test_collect_apexes()
573 ApexInfo { in test_collect_apexes()
586 ApexInfo { in test_collect_apexes()
599 ApexInfo { in test_collect_apexes()
611 ApexInfo { in test_collect_apexes()
653 list: vec![ApexInfo { in test_check_allowed_partitions_vendor_not_allowed()
678 list: vec![ApexInfo { in test_check_allowed_partitions_system_ext_allowed()
703 let single_apex = ApexInfo { in test_prefer_staged_apex_with_factory_active_apex()
727 ApexInfo { in test_prefer_staged_apex_with_factory_active_apex()
734 ApexInfo { is_active: false, ..single_apex }, in test_prefer_staged_apex_with_factory_active_apex()
742 let factory_apex = ApexInfo { in test_prefer_staged_apex_with_factory_and_inactive_apex()
749 let active_apex = ApexInfo { in test_prefer_staged_apex_with_factory_and_inactive_apex()
776 ApexInfo { in test_prefer_staged_apex_with_factory_and_inactive_apex()