Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool_main.cpp53 std::string l_confirmation{}; in doMfgClean() local
56 std::cin >> std::setw(MAX_CONFIRMATION_STR_LENGTH) >> l_confirmation; in doMfgClean()
58 if (l_confirmation != "yes") in doMfgClean()