Searched refs:osIdx (Results 1 – 1 of 1) sorted by relevance
163 std::ofstream osIdx(path / CurrentBootCycleIndexName, std::ios::binary); in serialize() local164 cereal::BinaryOutputArchive idxArchive(osIdx); in serialize()