Home
last modified time | relevance | path

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

/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp78 std::size_t slantingPos = path.find_last_of("/\\"); in ColdRedundancy() local
79 if ((slantingPos == std::string::npos) || in ColdRedundancy()
80 ((slantingPos + 1) >= path.size())) in ColdRedundancy()
85 std::string statePSUName = path.substr(slantingPos + 1); in ColdRedundancy()