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

  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 158 def _call_adb(self, *args): member in class:ADB
174 return self._call_adb(*args)
248 raw_output = self._call_adb("devices").split()
279 return self._call_adb(*["shell", "getprop"]).split('\n')
281 return str(self._call_adb(*["shell", "getprop",
286 self._call_adb(*["push", source, destination])
290 self._call_adb(*["forward", source, destination])
299 self._call_adb(*["pull", remote_path, local_path])
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 458 adb_devices_out = self._call_adb(['devices'])
468 self._call_adb(['root'])
557 def _call_adb(self, command, timeout=15, retry=3): member in class:TestGypAndroid
631 storage = self._call_adb(['shell', 'echo', '$ANDROID_DATA']).strip()
641 self._call_adb(['push', os.path.abspath(a), dest])
645 self._call_adb(['shell', 'chmod', '755', device_executable])
647 out = self._call_adb(
656 self._call_adb(['shell', 'rm'] + list(installed))
    [all...]

Completed in 370 milliseconds