Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs29 use microdroid_payload_config::{ApexConfig, VmPayloadConfig};
144 fn matches(&self, apex_config: &ApexConfig) -> bool { in matches()
389 apex_configs: &[ApexConfig], in collect_apex_infos() argument
627 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()
/packages/modules/Virtualization/microdroid/payload/config/src/
Dlib.rs34 pub apexes: Vec<ApexConfig>,
103 pub struct ApexConfig { struct