Searched refs:full_command (Results 1 – 1 of 1) sorted by relevance
1008 std::string full_command(GetCommandName()); in Execute() local1009 full_command += ' '; in Execute()1010 full_command += args_string; in Execute()1012 argv[0] = full_command.c_str(); in Execute()