Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp17 constexpr size_t locationCodeMaxSize = 80; variable
140 if (_locationCode.size() < locationCodeMaxSize) in setLocationCode()
153 _locationCode.resize(locationCodeMaxSize); in setLocationCode()