Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp93 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand()
95 return l_cmd;
118 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd()
121 popen(l_cmd.c_str(), "r"), pclose); in executeCmd()
91 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); getCommand() local
116 std::string l_cmd = i_path + getCommand(i_args...); executeCmd() local