Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dfdt.rs260 pub fn property_string_list(&mut self, name: &str, values: Vec<String>) -> Result<()> { in property_string_list() method
514 fdt.property_string_list("strlst", vec!["hi".into(), "bye".into()]) in all_props()
711 fdt.property_string_list("mystr", strs) in invalid_prop_string_list_value_nul()
/external/crosvm/aarch64/src/
Dfdt.rs188 fdt.property_string_list("compatible", compatible)?; in create_psci_node()