Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1490 size_t stringLen = configData.at(1); // string length in ipmiAppSetSystemInfo() local
1491 count = std::min(stringLen, smallChunkSize); in ipmiAppSetSystemInfo()
1493 paramString.resize(stringLen); // reserve space in ipmiAppSetSystemInfo()