Home
last modified time | relevance | path

Searched refs:c_str (Results 501 – 525 of 685) sorted by relevance

1...<<2122232425262728

/openbmc/bmcweb/http/
H A Dhttp_response.hpp302 response.body().open(path.c_str(), boost::beast::file_mode::read, ec); in openFile()
306 BMCWEB_LOG_ERROR("Failed to open file {}, ec={}", path.c_str(), in openFile()
/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp113 EXPECT_GE(0, system(pumpData.c_str())); in TEST_F()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dpci_handler.cpp36 mappedFd = sys->open(p2aControlPath.c_str(), O_RDWR); in open()
H A Dmain.cpp128 std::fprintf(stderr, "config loaded: %s\n", config.blobId.c_str()); in createHandler()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A D0001-Fix-printing-64-bit-integer-types.patch31 s.ToString().c_str());
/openbmc/phosphor-power/tools/i2c/
H A Di2c_interface.hpp36 return errStr.c_str(); in what()
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp43 entry("NAME=%s", condParams["name"].get<std::string>().c_str())); in getPropertiesMatch()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp133 std::string("srcparsers." + module + "." + module).c_str()); in getPythonJSON()
164 PyObject* pKey = PyUnicode_FromString(funcToCall.c_str()); in getPythonJSON()
176 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON()
191 PyTuple_SetItem(pArgs, i, Py_BuildValue("s", arg.c_str())); in getPythonJSON()
413 std::strtoul(value.value().c_str(), nullptr, 0); in setUserDefinedHexWords()
474 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isBMCSRC()
486 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isHostbootSRC()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp707 if (stat(fileName.c_str(), &fileStat) != 0) in getUpdatedFileTime()
834 int fd = open(tmpFile.c_str(), O_CREAT | O_WRONLY | O_TRUNC | O_SYNC, in writeJsonFile()
843 if (write(fd, writeData.c_str(), writeData.size()) != in writeJsonFile()
853 if (std::rename(tmpFile.c_str(), configFile.c_str()) != 0) in writeJsonFile()
1295 bus.new_method_call(service.c_str(), objPath.c_str(), in setDbusProperty()
/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp545 dbusMapping.objectPath.c_str(), in getNumericEffecterData()
546 dbusMapping.propertyName.c_str(), in getNumericEffecterData()
547 dbusMapping.interface.c_str()); in getNumericEffecterData()
/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp29 id = std::stol(idStr.c_str()); in TEST_F()
/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.cpp77 std::ifstream is(path.c_str(), std::ios::in | std::ios::binary); in deserialize()
/openbmc/phosphor-certificate-manager/
H A Dcsr.cpp58 FILE* fp = std::fopen(csrFilePath.c_str(), "r"); in csr()
H A Dwatch.cpp67 wd = inotify_add_watch(fd, watchDir.c_str(), IN_CLOSE_WRITE); in startWatch()
/openbmc/gpioplus/test/
H A Dhandle.cpp94 label.c_str()); in TEST_F()
139 label.c_str()), in TEST_F()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dtemporary_file_test.cpp75 tmpFile = new TemporaryFile(buf.c_str(), size); in SetUp()
79 tmpFileNoData = new TemporaryFile(noData.c_str(), 0); in SetUp()
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp71 0, std::make_shared<Session>(*getSdBus(), objPath.c_str(), 0, 0, 0)); in managerInit()
138 session = std::make_shared<Session>(*getSdBus(), objPath.c_str(), in startSession()
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp129 p.append(t.c_str(), t.c_str() + t.length()); in op()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.cpp98 std::memcpy(ifr->ifr_name, name_.c_str(), len); in ioctl_sock()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp49 MetricIntf(bus, getPath(type, config.name, config.subType).c_str(), in HealthMetric()
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp48 EXPECT_STREQ("et", std::get<1>(result).c_str()); in TEST()
85 EXPECT_STREQ(test.expectedName.c_str(), in TEST()
86 readNameFromConfig(test.type, test.instance, j2).c_str()); in TEST()
117 EXPECT_STREQ("CPU0", h.getEntityName(0x03, 1).c_str()); in TEST()
/openbmc/openpower-occ-control/
H A Di2c_occ.cpp37 std::ifstream ifs(f.c_str(), std::ios::binary); in getFileContent()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dplugin.hpp121 i_name.c_str()); in get()
/openbmc/phosphor-debug-collector/
H A Dcore_manager.cpp80 auto m = b.new_method_call(host.c_str(), BMC_DUMP_OBJPATH, in createHelper()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp87 fprintf(stderr, "Unexpected program name: %s\n", prog_name.c_str()); in try_skeleton_template()

1...<<2122232425262728