Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dutil.hpp17 std::optional<std::string> getOSReleaseValue(const std::string& key);
H A Dutil.cpp34 std::optional<std::string> getOSReleaseValue(const std::string& key) in getOSReleaseValue() function
H A Dlog_manager.cpp687 auto version = util::getOSReleaseValue("VERSION_ID"); in readFWVersion()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp326 phosphor::logging::util::getOSReleaseValue("VERSION").value_or(""); in readBMCFWVersion()
332 phosphor::logging::util::getOSReleaseValue("VERSION_ID").value_or(""); in readServerFWVersion()
343 phosphor::logging::util::getOSReleaseValue("VERSION_ID").value_or(""); in readBMCFWVersionID()