Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dutil.hpp18 std::optional<std::string> getOSReleaseValue(const std::string& key);
H A Dutil.cpp23 std::optional<std::string> getOSReleaseValue(const std::string& key) in getOSReleaseValue() function
H A Dlog_manager.cpp701 auto version = util::getOSReleaseValue("VERSION_ID"); in readFWVersion()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp300 phosphor::logging::util::getOSReleaseValue("VERSION").value_or(""); in readBMCFWVersion()
306 phosphor::logging::util::getOSReleaseValue("VERSION_ID").value_or(""); in readServerFWVersion()
317 phosphor::logging::util::getOSReleaseValue("VERSION_ID").value_or(""); in readBMCFWVersionID()