Searched refs:ApexConfig (Results 1 – 2 of 2) sorted by relevance
29 use microdroid_payload_config::{ApexConfig, VmPayloadConfig};144 fn matches(&self, apex_config: &ApexConfig) -> bool { in matches()389 apex_configs: &[ApexConfig], in collect_apex_infos() argument627 ApexConfig { name: "apex-foo".to_string() }, in test_collect_apexes()628 ApexConfig { name: "{CLASSPATH}".to_string() }, in test_collect_apexes()661 let apex_configs = vec![ApexConfig { name: "apex-vendor".to_string() }]; 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()
34 pub apexes: Vec<ApexConfig>,103 pub struct ApexConfig { struct