HomeSort by relevance Sort by last modified time
    Searched refs:shell_command (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.h 59 const std::string& shell_command,
adb_impl.cc 249 const std::string& shell_command,
252 "host:transport:" + device_serial + "|shell:" + shell_command,
  /external/lldb/source/Target/
Process.cpp 523 StreamString shell_command; local
557 shell_command.PutCString(new_path.c_str());
560 shell_command.PutCString ("exec");
565 shell_command.Printf(" /usr/bin/arch -arch %s", GetArchitecture().GetArchitectureName());
585 shell_command.Printf("%s", argv[0]);
594 shell_command.Printf(" %s", arg);
597 shell_arguments.AppendArgument (shell_command.GetString().c_str());
    [all...]

Completed in 98 milliseconds