Searched refs:reCompatible (Results 1 – 1 of 1) sorted by relevance
20 std::regex reCompatible("([a-zA-Z0-9_])+(\\.([a-zA-Z0-9_])+)+"); in SoftwareConfig() local30 if (!std::regex_match(compatible.c_str(), m, reCompatible)) in SoftwareConfig()