Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp355 const std::string& unexpandedLocationCode, in getExpandedLocationCode() argument
359 if (unexpandedLocationCode.empty()) in getExpandedLocationCode()
362 return unexpandedLocationCode; in getExpandedLocationCode()
365 auto expanded{unexpandedLocationCode}; in getExpandedLocationCode()
379 auto pos = unexpandedLocationCode.find("fcs"); in getExpandedLocationCode()
388 pos = unexpandedLocationCode.find("mts"); in getExpandedLocationCode()
470 if (unexpandedLocationCode.find("fcs") != std::string::npos) in getExpandedLocationCode()