Home
last modified time | relevance | path

Searched refs:substr (Results 151 – 175 of 226) sorted by relevance

12345678910

/openbmc/entity-manager/src/
H A Doverlay.cpp57 array = array.substr(1, array.size() - 2); in jsonToString()
/openbmc/dbus-sensors/src/
H A DADCSensorMain.cpp377 index = std::stoi(path.substr(path.size() - 1)); in main()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtime_utils.hpp375 timeOffset = dateTime.substr(lastPos - len); in getDateTimeOffsetNow()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp376 std::string chName = name.substr(std::strlen(ipmiDbusChannelMatch) + 1); in updateOwners()
446 std::string chName = name.substr(std::strlen(ipmiDbusChannelMatch) + 1); in nameChangeHandler()
H A Dsensordatahandler.hpp97 return sensorInfo.sensorPath.substr( in nameLeaf()
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp244 std::stoi(majorVer.substr(majorVer.size() - 2))); in convertIntelVersion()
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp419 value = dataString.substr(pos + 1); in getFieldValue()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp530 name = name.substr(0, maxFruSdrNameSize); in getFruSdrs()
796 name = path.substr(nameStart + 1, std::string::npos - nameStart); in ipmiStorageGetSDR()
/openbmc/boost-dbus/test/
H A Davahi.cpp39 auto unix_hostname = hostname.substr(0, hostname.find(".")); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch181 - cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog)));…
/openbmc/bmcweb/http/
H A Dutility.hpp60 std::string_view tag = url.substr(urlSegmentIndex, in getParameterTag()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp150 hexId = hexId.substr(0, 8); in TEST_F()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp385 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp458 auto metadata = entryItem.substr(0, found); in processMetadata()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp117 fruValue = fruValue.substr(delimiterpos + 1); in getFRUValue()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp284 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp667 dbusPath.substr(baseNamePos + 1)); in getCpuConfigData()
1054 std::string configBaseName = appliedConfigUri.substr(expectedPrefix.size()); in patchAppliedOperatingConfig()
H A Dupdate_service.hpp803 boost::beast::http::param_list{it->value().substr(index)}) in extractMultipartUpdateParameters()
1321 std::string formatDesc = swInvPurpose->substr(endDesc); in getSoftwareVersion()
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp159 auto tmp = std::stoul(port.substr(port.find_last_of(":") + 1), in updateSocketProperties()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp67 auto ifidx = stdplus::StrToInt<10, uint16_t>{}(obj.substr(sep + 3)); in Manager()
/openbmc/openbmc/meta-raspberrypi/classes/
H A Dsdcard_image-rpi.bbclass98 …BOOT_BLOCKS=$(LC_ALL=C parted -s ${SDIMG} unit b print | awk '/ 1 / { print substr($4, 1, length($…
/openbmc/linux/tools/testing/kunit/
H A Dkunit_tool_test.py87 def noPrintCallContains(self, substr: str):
89 self.assertNotIn(substr, call.args[0])
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callout_test.cpp224 locCode = locCode.substr(0, locCode.size() - 2); in TEST()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp370 return biosAttrStr.substr(0, biosAttrStr.length() - 1); in getBiosAttrStr()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2substr(l))}function l(e){return e.v&&!e.cached_variants&&(e.cached_variants=e.v.map(function(n){re…

12345678910