Searched refs:ApexInfoList (Results 1 – 1 of 1) sorted by relevance
50 struct ApexInfoList { struct84 impl ApexInfoList { impl86 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() argument388 apex_list: &'a ApexInfoList, in collect_apex_infos() argument622 let apex_info_list = ApexInfoList { in test_collect_apexes()[all …]