Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp126 locationCode.length() < EXP_LOCATIN_CODE_MIN_LENGTH) in getCollapsedLocationCode()
175 if (locationCode.length() > EXP_LOCATIN_CODE_MIN_LENGTH) in getCollapsedLocationCode()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp53 constexpr uint8_t EXP_LOCATIN_CODE_MIN_LENGTH = 17; variable