Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/tests/common/
Dcontroller.cc186 base::string16 full_command(state_number); in RunTest() local
187 full_command += L" "; in RunTest()
188 full_command += command; in RunTest()
190 return InternalRunTest(full_command.c_str()); in RunTest()
/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()