Searched defs:shell (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/tests/
H A Dtest_adb.py141 adb.shell("dd if=/dev/urandom of={} bs={} count=1".format(full_path,
143 dev_md5, _ = adb.shell("md5sum {}".format(full_path)).split()
160 def shell(self, cmd): member in class:AdbWrapper
161 return call_checked(self.adb_cmd + "shell " + cmd)
164 return call_combined(self.adb_cmd + "shell " + cmd)
225 out = adb.shell("cat /proc/uptime")
248 self.assertEqual("root", adb.shell("id -un").strip())
254 self.assertEqual("shell", adb.shell("id -un").strip())
259 original_user = adb.shell("i
[all...]

Completed in 52 milliseconds