Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.cpp131 std::string machineKey = "OPENBMC_TARGET_MACHINE="; in getBMCMachine() local
138 if (line.substr(0, machineKey.size()).find(machineKey) != in getBMCMachine()