Searched refs:lastConfiguration (Results 1 – 1 of 1) sorted by relevance
37 constexpr const char* lastConfiguration = "/tmp/configuration/last.json"; variable613 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()