Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/
Dddms_tracing_agent.py65 self._device.PullFile(self._output_file, host_file)
Dchrome_startup_tracing_agent.py83 self._device.PullFile(trace_file, host_file)
Dchrome_tracing_agent.py117 self._device.PullFile(trace_file, host_file)
Dperf_tracing_agent.py86 self._device.PullFile(self._output_file.name, perf_profile)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py109 self._device.PullFile(self._device_file, host_file_name)
/external/libmojo/third_party/catapult/devil/devil/android/tools/
Dvideo_recorder.py107 self._device.PullFile(self._device_file, host_file_name)
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py1468 def PullFile(self, device_path, host_path, timeout=None, retries=None): member in DeviceUtils
2091 self.PullFile(device_tmp.name, host_path)
Ddevice_utils_test.py1610 self.device.PullFile('/data/app/test.file.exists',
1620 self.device.PullFile('/data/app/test.file.does.not.exist',
2187 self.call.device.PullFile('/tmp/path/temp-123.png',
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1590 def PullFile(self, device_path, host_path, timeout=None, retries=None): member in DeviceUtils
2299 self.PullFile(device_tmp.name, host_path)
Ddevice_utils_test.py1777 self.device.PullFile('/data/app/test.file.exists',
1787 self.device.PullFile('/data/app/test.file.does.not.exist',
2501 self.call.device.PullFile('/tmp/path/temp-123.png',
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md561 ### DeviceUtils.PullFile