Home
last modified time | relevance | path

Searched defs:str (Results 1 – 5 of 5) sorted by relevance

/rust/macros/
A Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
86 fn emit(&mut self, field: &str, content: &str) { in emit()
/rust/
A Dbuild_error.rs29 pub const fn build_error(msg: &'static str) -> ! { in build_error()
/rust/kernel/
A Dlib.rs122 pub mod str; module
A Dstr.rs360 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str()
382 pub unsafe fn as_str_unchecked(&self) -> &str { in as_str_unchecked()
/rust/kernel/device/
A Dproperty.rs445 let mut str: *mut u8 = ptr::null_mut(); in read_from_fwnode_property() variables

Completed in 13 milliseconds