Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp98 std::string newLastMessage; in hostLogEntryParser() local
166 newLastMessage = bufferStr.substr(initialPos); in hostLogEntryParser()
185 std::make_move_iterator(newLastMessage.begin()), in hostLogEntryParser()
186 std::make_move_iterator(newLastMessage.end())); in hostLogEntryParser()
202 if (!newLastMessage.empty()) in hostLogEntryParser()
204 lastMessage = std::move(newLastMessage); in hostLogEntryParser()