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.hpp354 const std::string& unexpandedLocationCode, in getExpandedLocationCode() argument
358 if (unexpandedLocationCode.empty()) in getExpandedLocationCode()
361 return unexpandedLocationCode; in getExpandedLocationCode()
366 size_t pos = unexpandedLocationCode.find("fcs"); in getExpandedLocationCode()
370 pos = unexpandedLocationCode.find("mts"); in getExpandedLocationCode()
374 return unexpandedLocationCode; in getExpandedLocationCode()
400 return unexpandedLocationCode; in getExpandedLocationCode()
404 return unexpandedLocationCode; in getExpandedLocationCode()
417 return unexpandedLocationCode; in getExpandedLocationCode()
436 return unexpandedLocationCode; in getExpandedLocationCode()
[all …]