Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.hpp108 void updateFromFile(const std::filesystem::path& dumpPath);
127 entry->updateFromFile(filePath); in deserializeEntry()
H A Dbmc_dump_entry.cpp39 void Entry::updateFromFile(const std::filesystem::path& dumpPath) in updateFromFile() function in phosphor::dump::bmc::Entry