Searched refs:c_str (Results 201 - 225 of 268) sorted by relevance

1234567891011

/gem5/src/sim/
H A Dfd_array.cc300 int sim_fd = open(filename.c_str(), flags, mode);
H A Dpseudo_inst.cc333 ifstream file(filename.c_str());
507 int fd = ::open(file.c_str(), O_RDONLY, 0);
/gem5/src/dev/serial/
H A Dterminal.cc216 write((const uint8_t *)stream.str().c_str(), stream.str().size());
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc605 EXPECT_STREQ("", GetCapturedStdout().c_str());
881 EXPECT_STREQ("", output1.c_str());
887 EXPECT_THAT(output2.c_str(),
891 EXPECT_THAT(output2.c_str(),
2039 " Returns: 0\n", output1.c_str());
2047 EXPECT_THAT(output2.c_str(),
2068 EXPECT_THAT(output.c_str(), HasSubstr(expected_substring));
2072 EXPECT_THAT(output.c_str(), HasSubstr(function_name));
2078 EXPECT_STREQ("", output.c_str());
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp339 *this = s.c_str();
749 *this = s.c_str();
H A Dsc_fxval.cpp142 *this = s.c_str();
586 *this = s.c_str();
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp351 *this = s.c_str();
743 *this = s.c_str();
H A Dsc_signed_subref.inc404 *this = s.c_str();
H A Dsc_uint_base.cpp322 *this = s.c_str();
721 *this = s.c_str();
H A Dsc_unsigned_subref.inc403 *this = s.c_str();
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc303 *this = s.c_str();
682 *this = s.c_str();
H A Dsc_fxval.cc138 *this = s.c_str();
547 *this = s.c_str();
/gem5/src/systemc/dt/int/
H A Dsc_signed_subref.inc401 *this = s.c_str();
H A Dsc_unsigned_subref.inc393 *this = s.c_str();
/gem5/src/systemc/utils/
H A Dvcd.cc126 os << "b" << stripLeadingBits(rep.c_str()) << " " <<
172 SC_REPORT_ERROR("(E710) object cannot not be traced", msg.c_str());
/gem5/src/arch/arm/
H A Dprocess.cc424 initVirtMem.writeString(platform_base, platform.c_str());
427 initVirtMem.writeString(aux_data_base, filename.c_str());
/gem5/src/arch/riscv/linux/
H A Dprocess.cc99 strcpy(name->release, process->release.c_str());
117 strcpy(name->release, process->release.c_str());
/gem5/src/arch/x86/bios/
H A Dintelmp.cc94 memcpy(cleanedString, str.c_str(), length);
98 memcpy(cleanedString, str.c_str(), str.length());
H A Dsmbios.cc111 proxy.writeBlob(addr + offset, it->c_str(), it->length() + 1);
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h205 a.descr = strdup(a.value.attr("__repr__")().cast<std::string>().c_str());
219 "when compiled in debug mode.").c_str(), 0
286 rec->signature = strdup(signature.c_str());
390 func->m_ml->ml_doc = strdup(signatures.c_str());
769 PyErr_SetString(PyExc_TypeError, msg.c_str());
776 PyErr_SetString(PyExc_TypeError, msg.c_str());
840 auto result = reinterpret_borrow<module>(PyImport_AddModule(full_name.c_str()));
1785 m_ptr = PyErr_NewException(const_cast<char *>(full_name.c_str()), base, NULL);
/gem5/src/arch/hsail/
H A Doperand.cc109 res_str += csprintf("%s ", it->name.c_str());
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp158 trans.get_response_string().c_str());
/gem5/src/base/
H A Dinet.cc102 if (sscanf(addr.c_str(), "%x:%x:%x:%x:%x:%x", &bytes[0], &bytes[1],
/gem5/util/tlm/src/
H A Dsc_master_port.cc140 SC_REPORT_ERROR("TLM-2", ss.str().c_str());
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc83 strcpy(name->release, process->release.c_str());

Completed in 67 milliseconds

1234567891011