Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dfdt.rs255 let cstr_value = CString::new(val).map_err(|_| Error::InvalidString)?; in property_string() localVariable
256 self.property(name, cstr_value.to_bytes_with_nul()) in property_string()