Home
last modified time | relevance | path

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

/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp163 std::ofstream osIdx(path / CurrentBootCycleIndexName, std::ios::binary); in serialize() local
164 cereal::BinaryOutputArchive idxArchive(osIdx); in serialize()