Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_utils.cpp1067 std::smatch baseMatch; in findIndexForFRU() local
1069 bool match = std::regex_match(path, baseMatch, in findIndexForFRU()
1073 if (baseMatch.size() == 2) in findIndexForFRU()
1075 std::ssub_match baseSubMatch = baseMatch[1]; in findIndexForFRU()