Searched refs:ApexConfig (Results 1 – 4 of 4) sorted by relevance
32 pub apexes: Vec<ApexConfig>,98 pub struct ApexConfig { struct
27 use microdroid_payload_config::{ApexConfig, VmPayloadConfig};144 fn matches(&self, apex_config: &ApexConfig) -> bool { in matches()362 apex_configs: &[ApexConfig], in collect_apex_infos() argument553 ApexConfig { name: "apex-foo".to_string() }, in test_collect_apexes()554 ApexConfig { name: "{CLASSPATH}".to_string() }, in test_collect_apexes()
30 repeated ApexConfig apexes = 4;50 message ApexConfig { message
76 struct ApexConfig { struct91 std::vector<ApexConfig> apexes; argument128 Result<void> ParseJson(const Json::Value& value, ApexConfig& apex_config) { in ParseJson()