Searched refs:PullFile (Results 1 – 13 of 13) 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 | 87 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, timeout=60)
|
D | video_recorder.py | 106 self._device.PullFile(self._device_file, host_file_name)
|
D | webview_app.py | 139 device.PullFile(user_path, host_path, timeout=_WEBVIEW_INSTALL_TIMEOUT)
|
/external/llvm-project/lldb/source/Plugins/Platform/Android/ |
D | AdbClient.h | 41 Status PullFile(const FileSpec &remote_file, const FileSpec &local_file);
|
D | PlatformAndroid.cpp | 208 return sync_service->PullFile(source_spec, destination); in GetFile()
|
D | AdbClient.cpp | 546 Status AdbClient::SyncService::PullFile(const FileSpec &remote_file, in PullFile() function in AdbClient::SyncService
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 994 self.PullFile(device_tmp_file.name, path) 2345 def PullFile(self, member in DeviceUtils 3439 self.PullFile(device_tmp.name, host_path)
|
D | device_utils_test.py | 2342 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/ |
D | device_utils.md | 796 ### DeviceUtils.PullFile
|