Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp385 std::string firstKwdValue, secondKwdValue; in getExpandedLocationCode() local
397 firstKwdValue = in getExpandedLocationCode()
434 firstKwdValue = readKwdValue(kwd1); in getExpandedLocationCode()
456 firstKwdValue.substr(0, 4) + "." + match[1].str() + in getExpandedLocationCode()
462 std::replace(firstKwdValue.begin(), firstKwdValue.end(), '-', '.'); in getExpandedLocationCode()
463 expanded.replace(pos, 3, firstKwdValue + "." + secondKwdValue); in getExpandedLocationCode()
535 std::string firstKwdValue, secondKwdValue;
541 firstKwdValue = getKwVal(itrToVCEN->second, kwd1, o_errCode);
542 if (firstKwdValue.empty())
576 firstKwdValue.assign(
[all …]