Home
last modified time | relevance | path

Searched refs:PullFile (Results 1 – 13 of 13) 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.py87 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, timeout=60)
Dvideo_recorder.py106 self._device.PullFile(self._device_file, host_file_name)
Dwebview_app.py139 device.PullFile(user_path, host_path, timeout=_WEBVIEW_INSTALL_TIMEOUT)
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.h41 Status PullFile(const FileSpec &remote_file, const FileSpec &local_file);
DPlatformAndroid.cpp208 return sync_service->PullFile(source_spec, destination); in GetFile()
DAdbClient.cpp546 Status AdbClient::SyncService::PullFile(const FileSpec &remote_file, in PullFile() function in AdbClient::SyncService
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py994 self.PullFile(device_tmp_file.name, path)
2345 def PullFile(self, member in DeviceUtils
3439 self.PullFile(device_tmp.name, host_path)
Ddevice_utils_test.py2342 self.device.PullFile('/data/app/test.file.exists',
2352 self.device.PullFile('/data/app/test.file.does.not.exist',
2369 self.device.PullFile(
2380 self.device.PullFile(
3306 self.call.device.PullFile('/tmp/path/temp-123.png',
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md796 ### DeviceUtils.PullFile