Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp126 size_t lastCharPos = unitName.rfind('.'); in getPortStatusAndPath() local
127 if (lastCharPos == std::string::npos) in getPortStatusAndPath()
133 std::string unitNameEnd = unitName.substr(lastCharPos); in getPortStatusAndPath()
143 lastCharPos = atCharPos; in getPortStatusAndPath()
148 std::string unitNameStr = unitName.substr(0, lastCharPos); in getPortStatusAndPath()