Home
last modified time | relevance | path

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

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dcmdex_sync.h112 command_args_ = command_args; in set_command()
126 return command_args_; in get_command_args()
311 std::string command_args_; ///< Command arguments variable
H A Dcmdex.h75 command_args_ = command_args; in set_command()
233 …std::string command_args_; /// Arguments that always go with the binary. NOT affected by cleanup_… variable
H A Dcmdex.cpp106 std::string cmd = command_exec_ + " " + command_args_; in execute()