Searched refs:baseMatch (Results 1 – 1 of 1) sorted by relevance
1069 std::smatch baseMatch; in findIndexForFRU() local1071 bool match = std::regex_match(path, baseMatch, in findIndexForFRU()1075 if (baseMatch.size() == 2) in findIndexForFRU()1077 std::ssub_match baseSubMatch = baseMatch[1]; in findIndexForFRU()