Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp341 char tmpB[5]; in printSectionInJSON() local
344 sprintf(tmpB, "%c%c", id[0], id[1]); in printSectionInJSON()
345 std::string sectionID(tmpB); in printSectionInJSON()