Home
last modified time | relevance | path

Searched refs:apex_configs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs389 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() localVariable
633 &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() localVariable
665 &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() localVariable
692 &apex_configs, in test_check_allowed_partitions_system_ext_allowed()