Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Dgenerate_rust_target.rs37 formatter.write_str("{")?; in fmt()
44 formatter.write_str("}") in fmt()
95 formatter.write_str("{\n")?; in fmt()
102 formatter.write_str("}") in fmt()
/Linux-v6.1/rust/alloc/collections/
Dmod.rs138 fmt.write_str("memory allocation failed")?; in fmt()
147 fmt.write_str(reason) in fmt()
/Linux-v6.1/rust/kernel/
Dstr.rs49 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str() method
/Linux-v6.1/rust/alloc/
Dboxed.rs1379 fn write_str(&mut self, s: &str) { in write_str() method
1380 (**self).write_str(s) in write_str()