Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/host/
Dlogger.rs51 meta.log_file = Path::new(&std::env::temp_dir()).join(config::LOG_FILE_NAME); in init()
/developtools/hdc/src/common/
Ddefine.h72 const string LOG_FILE_NAME = "hdc.log"; variable
Dbase.cpp138 string path = GetTmpDir() + LOG_FILE_NAME; in LogToFile()
184 string path = GetTmpDir() + LOG_FILE_NAME; in ChmodLogFile()
1616 string path = GetTmpDir() + LOG_FILE_NAME; in RemoveLogFile()
/developtools/hdc/hdc_rust/src/
Dconfig.rs276 pub const LOG_FILE_NAME: &str = "hdc_rust.log"; // TODO: change to hdc.log constant