Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.hpp162 static std::string getBMCVersion(const std::string& releaseFilePath);
H A Dversion.cpp180 std::string Version::getBMCVersion(const std::string& releaseFilePath) in getBMCVersion() function in phosphor::software::manager::Version
H A Ditem_updater.cpp305 auto version = VersionClass::getBMCVersion(osRelease); in processBMCImage()
465 auto version = VersionClass::getBMCVersion(OS_RELEASE_FILE); in processBMCImage()
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp114 EXPECT_EQ(Version::getBMCVersion(releasePath), version); in TEST_F()
129 EXPECT_EQ(Version::getBMCVersion(releasePath), version); in TEST_F()