Searched refs:file_name (Results 1 - 16 of 16) sorted by relevance

/gem5/src/cpu/
H A DInstPBTrace.py38 file_name = Param.String("Instruction trace output file") variable in class:InstPBTrace
H A Dinst_pb_trace.cc75 createTraceFile(p->file_name);
/gem5/src/sim/
H A Dfd_array.hh121 int openFile(std::string const& file_name, int flags, mode_t mode) const;
122 int openInputFile(std::string const& file_name) const;
123 int openOutputFile(std::string const& file_name) const;
H A Dfd_entry.hh115 FileFDEntry(int sim_fd, int flags, std::string const& file_name, argument
118 _fileName(file_name), _fileOffset(file_offset)
135 void setFileName(std::string const& file_name) { _fileName = file_name; } argument
197 DeviceFDEntry(EmulatedDriver *driver, std::string const& file_name, argument
199 : FDEntry(close_on_exec), _driver(driver), _fileName(file_name)
/gem5/src/mem/
H A Ddramsim2_wrapper.hh84 const std::string& file_name) const;
H A Ddramsim2_wrapper.cc123 const std::string& file_name) const
125 std::ifstream file_stream(file_name.c_str(), ios::in);
128 fatal("DRAMSim2 wrapper could not open %s for reading\n", file_name);
146 file_name);
/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc70 EXPECT_STREQ("some_file.cc", result.file_name());
112 // Tests TestPartResult::file_name().
113 TEST_F(TestPartResultTest, file_name) {
114 EXPECT_STREQ("foo/bar.cc", r1_.file_name());
115 EXPECT_STREQ(NULL, r3_.file_name());
H A Dgtest_unittest.cc1395 EXPECT_STREQ(expected.file_name(), actual.file_name());
/gem5/ext/googletest/googletest/src/
H A Dgtest-test-part.cc60 << result.file_name() << ":" << result.line_number() << ": "
H A Dgtest-internal-inl.h1155 const char* file_name = test_part_result.file_name(); local
1156 if (file_name == NULL)
1157 file_name = "";
1158 SendLn("event=TestPartResult&file=" + UrlEncode(file_name) +
H A Dgtest-port.cc881 const std::string file_name(file == NULL ? kUnknownFile : file);
884 return file_name + ":";
887 return file_name + "(" + StreamableToString(line) + "):";
889 return file_name + ":" + StreamableToString(line) + ":";
900 const std::string file_name(file == NULL ? kUnknownFile : file);
903 return file_name;
905 return file_name + ":" + StreamableToString(line);
H A Dgtest.cc2853 << internal::FormatFileLocation(test_part_result.file_name(),
3657 part.file_name(), part.line_number());
4110 const char* file_name,
4134 TestPartResult(result_type, file_name, line_number,
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h76 const char* file_name() const { function in class:testing::TestPartResult
H A Dgtest.h1269 const char* file_name,
/gem5/ext/googletest/googletest/samples/
H A Dsample9_unittest.cc77 test_part_result.file_name(),
/gem5/src/python/m5/
H A Dparams.py1384 file_name = cls.__name__
1387 code('#include "enums/$file_name.hh"')

Completed in 87 milliseconds