Home
last modified time | relevance | path

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

/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs18 file_path: PathBuf, field
25 let mut file_path = CMD_ARGS.read().unwrap().as_ref().unwrap().log_dir.clone(); in new() localVariable
60 pub fn file_path(&self) -> &PathBuf { in file_path() method