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

/gem5/ext/dsent/libutil/
H A DLog.h42 static void allocate(const String& log_file_name_);
55 Log(const String& log_file_name_);
H A DLog.cc34 void Log::allocate(const String& log_file_name_) argument
40 msSingleton = new Log(log_file_name_);
97 Log::Log(const String& log_file_name_) argument
99 ofs.open(log_file_name_.c_str());

Completed in 4 milliseconds