Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs626 let apex_configs = vec![ in test_collect_apexes() localVariable
661 let apex_configs = vec![ApexConfig { name: "apex-vendor".to_string() }]; in test_check_allowed_partitions_vendor_not_allowed() localVariable
687 let apex_configs = vec![ApexConfig { name: "apex-system_ext".to_string() }]; in test_check_allowed_partitions_system_ext_allowed() localVariable