Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.hpp23 const std::string biosVersionFilename = "host0_bios_version.txt"; variable
24 const std::string biosVersionPath = biosVersionDirPath + biosVersionFilename;
H A Dspi_device.cpp472 if (biosVersionFilename != versionFileName) in processUpdate()
476 "NAME", versionFileName, "EXPECTED", biosVersionFilename); in processUpdate()