Searched refs:appendprop (Results 1 – 2 of 2) sorted by relevance
205 child.appendprop(name, b"property-value\0").unwrap(); in modify_fdt()
378 pub fn appendprop<T: AsRef<[u8]>>(&mut self, name: &CStr, value: &T) -> Result<()> { in appendprop() method