Home
last modified time | relevance | path

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

/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp86 std::size_t hypenPos = statePSUName.find("_"); in ColdRedundancy() local
87 if (hypenPos == std::string::npos) in ColdRedundancy()
92 std::string psuName = statePSUName.substr(0, hypenPos); in ColdRedundancy()