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.cpp121 std::string dbgVal; in main() local
134 dbgFile >> dbgVal; in main()
137 dbgVal); in main()
138 secureBootVal = std::stoi(dbgVal); in main()
156 dbgFile >> dbgVal; in main()
159 dbgVal); in main()
160 abrImage = std::stoi(dbgVal); in main()