Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/test/
H A Dtest-util-data-file.cpp18 auto regexPattern = R"(openpower\-hw\-diags\-.*)"; in TEST() local
40 util::findFiles(dataDir, regexPattern, dataPaths); in TEST()
/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/
H A Dtpm2.cpp54 const std::regex regexPattern{std::string(hexPattern)}; in getProperty() local
61 if (std::regex_search(line, match, regexPattern) && match.size() >= 2) in getProperty()