Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp102 [this](const std::string& i_expandedLocationCode) in Manager()
105 i_expandedLocationCode); in Manager()
627 const std::string& i_expandedLocationCode) in getUnexpandedLocationCode() argument
633 if (i_expandedLocationCode[0] != 'U' || in getUnexpandedLocationCode()
634 i_expandedLocationCode.length() < in getUnexpandedLocationCode()
640 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
656 std::string l_firstKwd = i_expandedLocationCode.substr(1, 4); in getUnexpandedLocationCode()
668 size_t l_nodeStartPos = i_expandedLocationCode.find('.'); in getUnexpandedLocationCode()
674 i_expandedLocationCode.c_str())); in getUnexpandedLocationCode()
678 i_expandedLocationCode.find('.', l_nodeStartPos + 1); in getUnexpandedLocationCode()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dmanager.hpp172 const std::string& i_expandedLocationCode);
224 const std::string& i_expandedLocationCode);