Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp447 std::regex ndScPattern(R"(^-((ND|SC)\d{1,2})(-.*)?)"); in getExpandedLocationCode() local
449 if (!std::regex_search(suffix, match, ndScPattern)) in getExpandedLocationCode()