Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dvpd_tool.hpp244 const std::string& i_fileToSave = {});
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp18 const std::string& i_fileToSave) in readKeyword() argument
47 if (i_fileToSave.empty()) in readKeyword()
55 if (utils::saveToFile(i_fileToSave, l_keywordStrValue)) in readKeyword()
58 << "Value read is saved on the file: " << i_fileToSave in readKeyword()
66 << i_fileToSave in readKeyword()