Searched refs:filename_ (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/dsent/libutil/
H A DConfig.h33 void readFile(const char *filename_, std::map<String, String> &config);
H A DConfig.cc31 void readFile(const char *filename_, map<String, String> &config) argument
33 std::ifstream ist_(filename_);
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp63 , filename_()
73 ss.str().swap( filename_ );
155 ss << sc_get_time_resolution() << " (" << filename_ << ")";
196 ss << filename_ << "\n" local
215 << " (" << filename_ << ")"; local
228 << " (" << filename_ << ")";
241 "'" << filename_ << "'"
H A Dsc_trace_file_base.h67 { return filename_.c_str(); }
106 std::string filename_; // name of the file (for reporting) member in class:sc_core::sc_trace_file_base
/gem5/ext/dsent/tech/
H A DTechModel.h60 virtual void readFile(const String& filename_);
H A DTechModel.cc58 void TechModel::readFile(const String& filename_) argument
61 LibUtil::readFile(filename_, params);
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc951 filename_ = temp_file_path;
977 filename_ = name_template;
985 remove(filename_.c_str());
997 FILE* const file = posix::FOpen(filename_.c_str(), "r");
1007 ::std::string filename_;

Completed in 14 milliseconds