Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp245 std::ofstream postCodeDisplayFile(postCodeDisplayPath); in savePostCodes() local
246 postCodeDisplayFile << "0x" << std::setfill('0') << std::hex; in savePostCodes()
249 postCodeDisplayFile << std::setw(2) << static_cast<int>(byte); in savePostCodes()
251 postCodeDisplayFile.close(); in savePostCodes()