Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_config.cpp20 std::regex reCompatible("([a-zA-Z0-9_])+(\\.([a-zA-Z0-9_])+)+"); in SoftwareConfig() local
30 if (!std::regex_match(compatible.c_str(), m, reCompatible)) in SoftwareConfig()