Searched refs:cstr_value (Results 1 – 1 of 1) sorted by relevance
255 let cstr_value = CString::new(val).map_err(|_| Error::InvalidString)?; in property_string() localVariable256 self.property(name, cstr_value.to_bytes_with_nul()) in property_string()