Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dnetlog_profiler.py41 self._browser_backend.device.PullFile(
Dv8_profiler.py43 self._browser_backend.device.PullFile(
Dandroid_profiling_helper.py243 device.PullFile(lib, output_lib)
248 device.PullFile('/proc/kallsyms', output_kallsyms)
Dandroid_traceview_profiler.py62 self._browser_backend.device.PullFile(
Djava_heap_profiler.py52 self._browser_backend.device.PullFile(
Dtcpdump_profiler.py54 self._device.PullFile(self._DEVICE_DUMP_FILE, host_dump)
Dtcmalloc_heap_profiler.py59 self._browser_backend.device.PullFile(
Dandroid_profiling_helper_unittest.py208 self._device.PullFile('/system/lib/libc.so', libc.name)
Dperf_profiler.py137 device.PullFile(self._device_output_file, self._output_file)
/external/chromium-trace/catapult/systrace/profile_chrome/
Dddms_controller.py53 self._device.PullFile(self._output_file, host_file)
Dchrome_startup_controller.py71 self._device.PullFile(trace_file, host_file)
Dchrome_controller.py109 self._device.PullFile(trace_file, host_file)
Dperf_controller.py83 self._device.PullFile(self._output_file.name, perf_profile)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py107 self._device.PullFile(self._device_file, host_file_name)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1406 def PullFile(self, device_path, host_path, timeout=None, retries=None): member in DeviceUtils
1913 self.PullFile(device_tmp.name, host_path)
Ddevice_utils_test.py1559 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/
Dandroid_platform_backend.py632 self._device.PullFile(source, dest, timeout=240)