Searched refs:LOG_FILE_NAME (Results 1 – 4 of 4) sorted by relevance
51 meta.log_file = Path::new(&std::env::temp_dir()).join(config::LOG_FILE_NAME); in init()
72 const string LOG_FILE_NAME = "hdc.log"; variable
138 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()
276 pub const LOG_FILE_NAME: &str = "hdc_rust.log"; // TODO: change to hdc.log constant