Lines Matching refs:ApexInfoList
50 struct ApexInfoList { struct
84 impl ApexInfoList { impl
86 fn load() -> Result<&'static ApexInfoList> { in load()
87 static INSTANCE: OnceCell<ApexInfoList> = OnceCell::new(); in load()
91 let mut apex_info_list: ApexInfoList = from_reader(apex_info_list) in load()
158 apex_info_list: &'static ApexInfoList,
163 let apex_info_list = ApexInfoList::load()?; in new()
167 fn get_apex_list(&self, prefer_staged: bool) -> Result<ApexInfoList> { in get_apex_list() argument
388 apex_list: &'a ApexInfoList, in collect_apex_infos() argument
622 let apex_info_list = ApexInfoList { in test_collect_apexes()
652 let apex_info_list = ApexInfoList { in test_check_allowed_partitions_vendor_not_allowed()
677 let apex_info_list = ApexInfoList { in test_check_allowed_partitions_system_ext_allowed()
711 let mut apex_info_list = ApexInfoList { list: vec![single_apex.clone()] }; in test_prefer_staged_apex_with_factory_active_apex()
725 ApexInfoList { in test_prefer_staged_apex_with_factory_active_apex()
757 ApexInfoList { list: vec![factory_apex.clone(), active_apex.clone()] }; in test_prefer_staged_apex_with_factory_and_inactive_apex()
771 ApexInfoList { in test_prefer_staged_apex_with_factory_and_inactive_apex()