Searched refs:full_command (Results 1 – 2 of 2) sorted by relevance
107 full_command = manifest.get('command')108 if full_command and not full_command[0] in CMD_WHITELIST:114 raise Exception('Command not allowed: %s' % full_command)
1054 std::string full_command (GetCommandName ()); in Execute() local1055 full_command += ' '; in Execute()1056 full_command += args_string; in Execute()1058 argv[0] = full_command.c_str(); in Execute()