Home
last modified time | relevance | path

Searched refs:get_contents_to_file (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_resumable_downloads.py69 small_src_key.get_contents_to_file(dst_fp)
82 small_src_key.get_contents_to_file(
101 small_src_key.get_contents_to_file(
126 small_src_key.get_contents_to_file(
144 small_src_key.get_contents_to_file(
163 small_src_key.get_contents_to_file(
183 small_src_key.get_contents_to_file(
201 small_src_key.get_contents_to_file(
227 larger_src_key.get_contents_to_file(
237 larger_src_key.get_contents_to_file(
[all …]
Dtest_basic.py97 k.get_contents_to_file(fp)
153 k.get_contents_to_file(fp)
295 k2.get_contents_to_file(fp)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/
Dkey.py134 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=None, member in Key
188 self.get_contents_to_file(fp)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dmock_storage_service.py86 def get_contents_to_file(self, fp, headers=NOT_IMPL, member in MockKey
596 def get_contents_to_file(self, fp, headers=NOT_IMPL, cb=NOT_IMPL, member in MockBucketStorageUri
601 key.get_contents_to_file(fp)
606 return key.get_contents_to_file(fp)
Dtest_pool.py117 key.get_contents_to_file(out)
Dtest_connection.py59 k.get_contents_to_file(fp)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dstorage_uri.py203 return key.get_contents_to_file(fp, headers, version_id=version_id)
205 def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=10, member in StorageUri
213 key.get_contents_to_file(fp, headers, cb, num_cb, torrent,
218 key.get_contents_to_file(fp, headers, cb, num_cb, torrent,
Dutils.py519 key.get_contents_to_file(file)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_key.py231 key.get_contents_to_file = mock.Mock(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
Dtest_s3.py62 k.get_contents_to_file(fp, headers=DEVPAY_HEADERS)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dkey.py1588 def get_contents_to_file(self, fp, headers=None, member in Key
1708 self.get_contents_to_file(fp, headers, cb, num_cb,
1780 self.get_contents_to_file(fp, headers, cb, num_cb, torrent=torrent,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dkey.py179 def get_contents_to_file(self, fp, headers=None, member in Key
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dboto_translation.py528 key.get_contents_to_file(download_stream, cb=progress_callback,
532 key.get_contents_to_file(download_stream, cb=progress_callback,