Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp655 const auto lastSlashPos = invPath.find_last_of('/'); in findShortName() local
657 if ((lastSlashPos == std::string::npos) || in findShortName()
658 ((lastSlashPos + 1) == invPath.size())) in findShortName()
664 return invPath.substr(lastSlashPos + 1); in findShortName()