Home
last modified time | relevance | path

Searched refs:KeyFile (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_keyfile.py25 from boto.s3.keyfile import KeyFile
38 self.keyfile = KeyFile(key)
Dtest_uri.py22 from boto.s3.keyfile import KeyFile
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dresumable_download_handler.py32 from boto.s3.keyfile import KeyFile
76 if isinstance(fp, KeyFile) and not position_to_eof:
Dkeyfile.py32 class KeyFile(): class
Dkey.py40 from boto.s3.keyfile import KeyFile
1223 if not isinstance(fp, KeyFile):
1254 if isinstance(fp, KeyFile):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dkey.py30 from boto.s3.keyfile import KeyFile
520 if not isinstance(fp, KeyFile):
538 if isinstance(fp, KeyFile):
Dresumable_upload_handler.py35 from boto.s3.keyfile import KeyFile
621 if isinstance(fp, KeyFile):