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.hpp373 size_t typeEnd = path.rfind("/"); in getSensorTypeStringFromPath() local
374 if (typeEnd == std::string::npos) in getSensorTypeStringFromPath()
378 size_t typeStart = path.rfind("/", typeEnd - 1); in getSensorTypeStringFromPath()
385 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp272 size_t typeEnd = path.rfind("/"); in getSensorTypeStringFromPath() local
273 if (typeEnd == std::string::npos) in getSensorTypeStringFromPath()
277 size_t typeStart = path.rfind("/", typeEnd - 1); in getSensorTypeStringFromPath()
284 return path.substr(typeStart, typeEnd - typeStart); in getSensorTypeStringFromPath()