HomeSort by relevance Sort by last modified time
    Searched defs:SendShellCommand (Results 1 - 2 of 2) sorted by null

  /development/testrunner/
adb_interface.py 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
156 output = self.SendShellCommand("ls %s" % src)
239 self.SendShellCommand(command_string, timeout_time=timeout_time,
320 ls_response = self.SendShellCommand("ls /data/trace")
322 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
323 self.SendShellCommand("make /data/trace world writeable",
352 output = self.SendShellCommand(command)
415 output = self.SendShellCommand(command, retry_count=1)
449 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1
    [all...]
  /system/core/adb/
bugreport.cpp 204 int status = SendShellCommand("bugreportz -v", false, &version_callback);
217 return SendShellCommand("bugreport", false);
268 return SendShellCommand(bugz_command, false, &bugz_callback);
277 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol,

Completed in 160 milliseconds