Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp140 if (size_t atCharPos = unitName.rfind('@'); in getPortStatusAndPath() local
141 atCharPos != std::string::npos) in getPortStatusAndPath()
143 lastCharPos = atCharPos; in getPortStatusAndPath()