Searched refs:_call_adb (Results 1 – 1 of 1) sorted by relevance
456 adb_devices_out = self._call_adb(['devices'])466 self._call_adb(['root'])555 def _call_adb(self, command): member in TestGypAndroid605 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))