Searched refs:set_contents_from_filename (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
D | copybot.py | 74 new_key.set_contents_from_filename(path) 82 key.set_contents_from_filename(self.log_path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
D | test_generation_conditionals.py | 98 k.set_contents_from_filename(fname1, if_generation=999) 100 k.set_contents_from_filename(fname1, if_generation=0) 104 k.set_contents_from_filename(fname2, if_generation=int(g1)+1) 106 k.set_contents_from_filename(fname2, if_generation=g1)
|
D | test_basic.py | 134 k.set_contents_from_filename(fpath2)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
D | sonofmmm.py | 80 key.set_contents_from_filename(self.log_path)
|
D | submit.py | 53 k.set_contents_from_filename(path, replace=False, cb=cb, num_cb=num_cb)
|
D | service.py | 89 key.set_contents_from_filename(file_path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/ |
D | test_s3.py | 84 k.set_contents_from_filename('foobar', headers=DEVPAY_HEADERS)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | test_connection.py | 100 size = k.set_contents_from_filename('foobar')
|
D | mock_storage_service.py | 167 def set_contents_from_filename(self, filename, headers=None, member in MockKey
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | s3put | 237 k.set_contents_from_filename(fullpath, *kargs, **kwargs)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | key.py | 582 def set_contents_from_filename(self, filename, headers=None, replace=True, member in Key
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | key.py | 1297 def set_contents_from_filename(self, filename, headers=None, replace=True, member in Key
|