Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp37 constexpr const char* lastConfiguration = "/tmp/configuration/last.json"; variable
613 std::filesystem::remove(lastConfiguration); in handleCurrentConfigurationJson()
614 std::filesystem::copy(currentConfiguration, lastConfiguration); in handleCurrentConfigurationJson()
617 std::ifstream jsonStream(lastConfiguration); in handleCurrentConfigurationJson()
624 lastConfiguration); in handleCurrentConfigurationJson()
633 lg2::error("unable to open {PATH}", "PATH", lastConfiguration); in handleCurrentConfigurationJson()