Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp1419 std::size_t underscorePos = urlSegment.find('_'); in segmentHasPrefix()
1420 if (underscorePos == std::string::npos) in segmentHasPrefix() local
1426 std::string prefix = urlSegment.substr(0, underscorePos); in segmentHasPrefix()