Searched refs:PullFile (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | ddms_tracing_agent.py | 66 self._device.PullFile(self._output_file, host_file)
|
D | chrome_startup_tracing_agent.py | 104 self._device.PullFile(trace_file, host_file)
|
D | chrome_tracing_agent.py | 118 self._device.PullFile(trace_file, host_file)
|
D | perf_tracing_agent.py | 88 self._device.PullFile(self._output_file.name, perf_profile)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | system_app_devicetest.py | 42 self._device.PullFile(o, h)
|
D | video_recorder.py | 109 self._device.PullFile(self._device_file, host_file_name)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 771 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)
|
D | device_utils_test.py | 1993 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/ |
D | device_utils.md | 599 ### DeviceUtils.PullFile
|