HomeSort by relevance Sort by last modified time
    Searched refs:SendShellCommand (Results 1 - 4 of 4) 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)
144 output = self.SendShellCommand("ls %s" % src)
224 self.SendShellCommand(command_string, timeout_time=timeout_time,
301 ls_response = self.SendShellCommand("ls /data/trace")
303 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
304 self.SendShellCommand("make /data/trace world writeable",
409 output = self.SendShellCommand(command, retry_count=1)
443 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
471 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count
    [all...]
runtest.py 381 output = self._adb.SendShellCommand("cat /data/local.prop")
391 self._adb.SendShellCommand("\"echo %s >> /data/local.prop\""
397 permout = self._adb.SendShellCommand("ls -l /data/local.prop")
405 self._adb.SendShellCommand("chmod 644 /data/local.prop")
coverage.py 302 output = adb.SendShellCommand("exec app_process / emma -h")
  /development/testrunner/test_defs/
native_test.py 88 output = adb.SendShellCommand("'%s 2>&1;echo -n exit code:$?'" %
100 adb.SendShellCommand("rm %s" % full_path)

Completed in 175 milliseconds