Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp33 const static constexpr char* CurrentBootCycleCountName = variable
127 deserialize(postCodeListPath / CurrentBootCycleCountName, count);
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp168 std::ofstream osCnt(path / CurrentBootCycleCountName, std::ios::binary); in serialize()