Home
last modified time | relevance | path

Searched refs:SendShellCommand (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/
Dadb_interface.py74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): member in AdbInterface
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
156 output = self.SendShellCommand("ls %s" % src)
242 self.SendShellCommand(command_string, timeout_time=timeout_time,
330 ls_response = self.SendShellCommand("ls /data/trace")
332 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
333 self.SendShellCommand("make /data/trace world writeable",
362 output = self.SendShellCommand(command)
425 output = self.SendShellCommand(command, retry_count=1)
459 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
[all …]
Druntest.py382 self._adb.SendShellCommand("mkdir -p %s" % remote_dir)
470 output = self._adb.SendShellCommand("cat /data/local.prop")
474 old_prop_value = self._adb.SendShellCommand("getprop %s" \
485 self._adb.SendShellCommand("setprop %s '%s'" \
497 self._adb.SendShellCommand("\"echo %s >> /data/local.prop\""
504 permout = self._adb.SendShellCommand("ls -l /data/local.prop")
514 self._adb.SendShellCommand("chmod 644 /data/local.prop")
/development/testrunner/test_defs/
Dnative_test.py88 output = adb.SendShellCommand("'%s 2>&1;echo -n exit code:$?'" %
100 adb.SendShellCommand("rm %s" % full_path)