Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp402 std::string firstKwdValue, secondKwdValue; in getExpandedLocationCode() local
415 secondKwdValue = getKwVal(itrToVCEN->second, kwd2, o_errCode); in getExpandedLocationCode()
416 if (secondKwdValue.empty()) in getExpandedLocationCode()
459 secondKwdValue.assign( in getExpandedLocationCode()
474 pos, 3, firstKwdValue.substr(0, 4) + ".ND0." + secondKwdValue); in getExpandedLocationCode()
479 expanded.replace(pos, 3, firstKwdValue + "." + secondKwdValue); in getExpandedLocationCode()