Home
last modified time | relevance | path

Searched refs:_AdbPush (Results 1 – 1 of 1) sorted by relevance

/art/tools/common/
Dcommon.py406 self._AdbPush(temp_file.name, self._device_env_path)
415 self._AdbPush(temp_file.name, file_path)
496 self._AdbPush(path, self._device_env_path)
499 def _AdbPush(self, what, where): member in DeviceTestEnv