Searched refs:stringLen (Results 1 – 1 of 1) sorted by relevance
1554 size_t stringLen = configData.at(1); // string length in ipmiAppSetSystemInfo() local1555 count = std::min(stringLen, smallChunkSize); in ipmiAppSetSystemInfo()1557 paramString.resize(stringLen); // reserve space in ipmiAppSetSystemInfo()