Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.hpp140 static std::string getBMCMachine(const std::string& releaseFilePath);
H A Dversion.cpp130 std::string Version::getBMCMachine(const std::string& releaseFilePath) in getBMCMachine() function in phosphor::software::manager::Version
H A Dimage_manager.cpp133 std::string currMachine = Version::getBMCMachine(OS_RELEASE_FILE); in processImage()