Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/fru_device/
H A Dfru_utils.cpp1101 std::smatch baseMatch; in findIndexForFRU() local
1103 bool match = std::regex_match(path, baseMatch, in findIndexForFRU()
1107 if (baseMatch.size() == 2) in findIndexForFRU()
1109 std::ssub_match baseSubMatch = baseMatch[1]; in findIndexForFRU()