Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp193 bool endsWithPelID(const std::string& str, const std::string& pelID) in endsWithPelID() function
591 if ((endsWithPelID((*it).path(), pelID) && !useBMC) || useBMC) in callFunctionOnPEL()
648 if (endsWithPelID((*it).path(), pelID)) in deletePEL()