Home
last modified time | relevance | path

Searched refs:LOG_TAIL_NAME (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
H A Dlogger.rs69 .join(config::LOG_FILE_NAME.to_string() + config::LOG_TAIL_NAME); in init()
97 .join(config::LOG_FILE_NAME.to_string() + config::LOG_TAIL_NAME); in dump_log_file()
103 .join(file_type.to_string() + &ts[..19] + config::LOG_TAIL_NAME) in dump_log_file()
105 Path::new(&std::env::temp_dir()).join(file_type.to_string() + config::LOG_TAIL_NAME) in dump_log_file()
/developtools/hdc/hdc_rust/src/
H A Dconfig.rs295 pub const LOG_TAIL_NAME: &str = ".log"; consts

Completed in 2 milliseconds