Home
last modified time | relevance | path

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

/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp85 std::string statePSUName = path.substr(slantingPos + 1); in ColdRedundancy() local
87 std::size_t hypenPos = statePSUName.find("_"); in ColdRedundancy()
93 std::string psuName = statePSUName.substr(0, hypenPos); in ColdRedundancy()