Home
last modified time | relevance | path

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

/external/autotest/site_utils/chromeos_proxy/
Dbot_config.py107 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)
/external/lldb/source/Interpreter/
DCommandObject.cpp1054 std::string full_command (GetCommandName ()); in Execute() local
1055 full_command += ' '; in Execute()
1056 full_command += args_string; in Execute()
1058 argv[0] = full_command.c_str(); in Execute()