Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp35 const static constexpr char* CurrentBootCycleIndexName = variable
124 deserialize(postCodeListPath / CurrentBootCycleIndexName,
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp163 std::ofstream osIdx(path / CurrentBootCycleIndexName, std::ios::binary); in serialize()