Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/
Dddms_tracing_agent.py66 self._device.PullFile(self._output_file, host_file)
Dchrome_startup_tracing_agent.py104 self._device.PullFile(trace_file, host_file)
Dchrome_tracing_agent.py118 self._device.PullFile(trace_file, host_file)
Dperf_tracing_agent.py88 self._device.PullFile(self._output_file.name, perf_profile)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app_devicetest.py42 self._device.PullFile(o, h)
Dvideo_recorder.py109 self._device.PullFile(self._device_file, host_file_name)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py771 self.PullFile(device_tmp_file.name, path)
1873 def PullFile(self, device_path, host_path, timeout=None, retries=None): member in DeviceUtils
2676 self.PullFile(device_tmp.name, host_path)
Ddevice_utils_test.py1993 self.device.PullFile('/data/app/test.file.exists',
2003 self.device.PullFile('/data/app/test.file.does.not.exist',
2752 self.call.device.PullFile('/tmp/path/temp-123.png',
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md599 ### DeviceUtils.PullFile