Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp40 if ((locationCode.length() < UNEXP_LOCATION_CODE_MIN_LENGTH) || in isValidLocationCode()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp52 constexpr int UNEXP_LOCATION_CODE_MIN_LENGTH = 4; variable