Home
last modified time | relevance | path

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

/external/rust/crates/log/src/
Dlib.rs855 pub fn module_path_static(&self) -> Option<&'static str> { in module_path_static() method
1020 pub fn module_path_static(&mut self, path: Option<&'static str>) -> &mut RecordBuilder<'a> { in module_path_static() method
1465 .module_path_static(Some(module_path)) in __private_api_log()