Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp13 static constexpr auto NUMERIC_KW_PREFIX = "N_"; variable
H A Dtool_utils.hpp1027 return (std::string(constants::NUMERIC_KW_PREFIX) + i_keywordName); in getDbusPropNameForGivenKw()