Home
last modified time | relevance | path

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

/external/rust/crates/log/src/
Dlib.rs870 pub fn file_static(&self) -> Option<&'static str> { in file_static() method
1034 pub fn file_static(&mut self, file: Option<&'static str>) -> &mut RecordBuilder<'a> { in file_static() method
1466 .file_static(Some(file)) in __private_api_log()