Home
last modified time | relevance | path

Searched defs:command_string (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/win8/delegate_execute/
Ddelegate_execute_util.cc16 base::string16 command_string(L"noprogram.exe "); in CommandLineFromParameters() local
45 base::string16 command_string(cmd_line.GetCommandLineString()); in ParametersFromSwitch() local
/external/chromium_org/chrome/test/chromedriver/
Dchrome_launcher.cc324 std::string command_string = base::WideToUTF8(command.GetCommandLineString()); in LaunchDesktopChrome() local
326 std::string command_string = command.GetCommandLineString(); in LaunchDesktopChrome() local
/external/lldb/tools/driver/
DDriver.cpp1072 const char *command_string = SBEvent::GetCStringFromEvent(event); in HandleIOEvent() local
1403 char command_string[PATH_MAX * 2]; in MainLoop() local
/external/chromium_org/third_party/android_testrunner/
Dadb_interface.py54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): argument
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1124 CommandInterpreter::GetCommandObjectForCommand (std::string &command_string) in GetCommandObjectForCommand()
1227 ExtractCommand (std::string &command_string, std::string &command, std::string &suffix, char &quote… in ExtractCommand()
1502 std::string command_string (command_line); in HandleCommand() local