Home
last modified time | relevance | path

Searched refs:findIIOHyphen (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DPSUSensorMain.cpp636 auto findIIOHyphen = sensorNameStr.find_last_of('_'); in createSensorsCallback() local
637 labelHead = sensorNameStr.substr(0, findIIOHyphen); in createSensorsCallback()