Searched refs:CreateObjectNotFoundException (Results 1 – 4 of 4) sorted by relevance
| /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
| D | mock_cloud_api.py | 39 from gslib.translation_helper import CreateObjectNotFoundException 177 raise CreateObjectNotFoundException(404, self.provider, bucket_name,
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/ |
| D | boto_translation.py | 79 from gslib.translation_helper import CreateObjectNotFoundException 1068 raise CreateObjectNotFoundException('404', self.provider, 1469 return CreateObjectNotFoundException(e.status, self.provider,
|
| D | gcs_json_api.py | 78 from gslib.translation_helper import CreateObjectNotFoundException 1421 return CreateObjectNotFoundException(e.status_code, self.provider,
|
| D | translation_helper.py | 364 def CreateObjectNotFoundException(code, provider, bucket_name, object_name, function
|