Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp133 size_t typeEnd = path.rfind("/"); in getSensorTypeStringFromPath() local
134 if (typeEnd == std::string::npos) in getSensorTypeStringFromPath()
138 size_t typeStart = path.rfind("/", typeEnd - 1); in getSensorTypeStringFromPath()
145 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp372 size_t typeEnd = path.rfind("/"); in getSensorTypeStringFromPath() local
373 if (typeEnd == std::string::npos) in getSensorTypeStringFromPath()
377 size_t typeStart = path.rfind("/", typeEnd - 1); in getSensorTypeStringFromPath()
384 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp304 size_t typeEnd = path.rfind("/"); in getSensorTypeStringFromPath() local
305 if (typeEnd == std::string::npos) in getSensorTypeStringFromPath()
309 size_t typeStart = path.rfind("/", typeEnd - 1); in getSensorTypeStringFromPath()
316 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()