Searched refs:_call_adb (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gyp/test/lib/ |
D | 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 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))
|