Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp166 std::string srcString; in createPelCustom() local
172 srcString = it->second; in createPelCustom()
185 srcString.copy(srcChars.data(), in createPelCustom()
186 std::min(srcString.size(), pel::asciiStringSize), 0); in createPelCustom()
191 auto symptomId = (srcString.substr(0, 8) + '_'); in createPelCustom()
225 std::string srcString; in createPelCustom() local
231 srcString = it->second; in createPelCustom()
244 srcString.copy(srcChars.data(), in createPelCustom()
245 std::min(srcString.size(), pel::asciiStringSize), 0); in createPelCustom()
250 auto symptomId = (srcString.substr(0, 8) + '_'); in createPelCustom()