HomeSort by relevance Sort by last modified time
    Searched refs:_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 456 adb_devices_out = self._call_adb(['devices'])
466 self._call_adb(['root'])
555 def _call_adb(self, command): member in class:TestGypAndroid
605 storage = self._call_adb(['shell', 'echo', '$ANDROID_DATA']).strip()
615 self._call_adb(['push', os.path.abspath(a), dest])
619 self._call_adb(['shell', 'chmod', '755', device_executable])
621 out = self._call_adb(
628 self._call_adb(['shell', 'rm'] + list(installed))
    [all...]

Completed in 325 milliseconds