Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dsecure_boot_check.cpp120 std::string dbgVal; in main() local
133 dbgFile >> dbgVal; in main()
136 dbgVal); in main()
137 secureBootVal = std::stoi(dbgVal); in main()
155 dbgFile >> dbgVal; in main()
158 dbgVal); in main()
159 abrImage = std::stoi(dbgVal); in main()