Home
last modified time | relevance | path

Searched refs:CreateNotFoundExceptionForObjectWrite (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dboto_translation.py78 from gslib.translation_helper import CreateNotFoundExceptionForObjectWrite
840 not_found_exception = CreateNotFoundExceptionForObjectWrite(
860 not_found_exception = CreateNotFoundExceptionForObjectWrite(
887 not_found_exception = CreateNotFoundExceptionForObjectWrite(
950 not_found_exception = CreateNotFoundExceptionForObjectWrite(
Dgcs_json_api.py77 from gslib.translation_helper import CreateNotFoundExceptionForObjectWrite
907 not_found_exception = CreateNotFoundExceptionForObjectWrite(
1144 not_found_exception = CreateNotFoundExceptionForObjectWrite(
Dtranslation_helper.py324 def CreateNotFoundExceptionForObjectWrite( function