Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool_main.cpp80 int writeKeyword(const auto& i_hardwareFlag, const auto& i_keywordValueOption, in writeKeyword() argument
87 if (!i_hardwareFlag->empty() && !std::filesystem::exists(i_vpdPath, l_ec)) in writeKeyword()
118 i_keywordValue, !i_hardwareFlag->empty()); in writeKeyword()
132 int readKeyword(const auto& i_hardwareFlag, const std::string& i_vpdPath, in readKeyword() argument
138 if (!i_hardwareFlag->empty() && !std::filesystem::exists(i_vpdPath, l_ec)) in readKeyword()
153 bool l_isHardwareOperation = (!i_hardwareFlag->empty() ? true : false); in readKeyword()