Searched refs:apex_configs (Results 1 – 1 of 1) sorted by relevance
389 apex_configs: &[ApexConfig], in collect_apex_infos()401 apex_configs.iter().any(|cfg| ai.matches(cfg) && ai.is_active) in collect_apex_infos()626 let apex_configs = vec![ in test_collect_apexes() localVariable633 &apex_configs, in test_collect_apexes()661 let apex_configs = vec![ApexConfig { name: "apex-vendor".to_string() }]; in test_check_allowed_partitions_vendor_not_allowed() localVariable665 &apex_configs, in test_check_allowed_partitions_vendor_not_allowed()687 let apex_configs = vec![ApexConfig { name: "apex-system_ext".to_string() }]; in test_check_allowed_partitions_system_ext_allowed() localVariable692 &apex_configs, in test_check_allowed_partitions_system_ext_allowed()