Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Delog_serialize.hpp40 fs::path getEntrySerializePath(uint32_t id,
H A Delog_serialize.cpp136 fs::path getEntrySerializePath(uint32_t id, const fs::path& dir) in getEntrySerializePath() function
143 auto path = getEntrySerializePath(e.id(), dir); in serialize()
H A Dlog_manager.cpp248 std::move(objects), fwVersion, getEntrySerializePath(entryId), *this); in createEntry()
/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp21 std::string inputPath = getEntrySerializePath(id, TestSerialization::dir); in TEST_F()