Searched refs:PullFile (Results 1 – 17 of 17) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | netlog_profiler.py | 41 self._browser_backend.device.PullFile(
|
D | v8_profiler.py | 43 self._browser_backend.device.PullFile(
|
D | android_profiling_helper.py | 243 device.PullFile(lib, output_lib) 248 device.PullFile('/proc/kallsyms', output_kallsyms)
|
D | android_traceview_profiler.py | 62 self._browser_backend.device.PullFile(
|
D | java_heap_profiler.py | 52 self._browser_backend.device.PullFile(
|
D | tcpdump_profiler.py | 54 self._device.PullFile(self._DEVICE_DUMP_FILE, host_dump)
|
D | tcmalloc_heap_profiler.py | 59 self._browser_backend.device.PullFile(
|
D | android_profiling_helper_unittest.py | 208 self._device.PullFile('/system/lib/libc.so', libc.name)
|
D | perf_profiler.py | 137 device.PullFile(self._device_output_file, self._output_file)
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | ddms_controller.py | 53 self._device.PullFile(self._output_file, host_file)
|
D | chrome_startup_controller.py | 71 self._device.PullFile(trace_file, host_file)
|
D | chrome_controller.py | 109 self._device.PullFile(trace_file, host_file)
|
D | perf_controller.py | 83 self._device.PullFile(self._output_file.name, perf_profile)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | video_recorder.py | 107 self._device.PullFile(self._device_file, host_file_name)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1406 def PullFile(self, device_path, host_path, timeout=None, retries=None): member in DeviceUtils 1913 self.PullFile(device_tmp.name, host_path)
|
D | device_utils_test.py | 1559 self.device.PullFile('/data/app/test.file.exists', 1569 self.device.PullFile('/data/app/test.file.does.not.exist', 2005 self.call.device.PullFile('/tmp/path/temp-123.png',
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | android_platform_backend.py | 632 self._device.PullFile(source, dest, timeout=240)
|