Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp466 void EditorImpl::expandLocationCode(const std::string& locationCodeType) in expandLocationCode() argument
471 if (locationCodeType == "fcs") in expandLocationCode()
478 else if (locationCodeType == "mts") in expandLocationCode()
509 std::size_t idx = unexpandedLocationCode.find(locationCodeType); in expandLocationCode()
514 if (locationCodeType == "fcs") in expandLocationCode()
520 else if (locationCodeType == "mts") in expandLocationCode()
H A Deditor_impl.hpp101 void expandLocationCode(const std::string& locationCodeType);