Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcloud_storage.py25 class PermissionError(CloudStorageError): class
28 super(PermissionError, self).__init__(
64 raise PermissionError()
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub_unittest.py196 self.cloud_storage.PermissionError, self.cloud_storage.Get,
200 self.cloud_storage.PermissionError, self.cloud_storage.GetIfChanged,
204 self.cloud_storage.PermissionError, self.cloud_storage.List,
207 self.cloud_storage.PermissionError, self.cloud_storage.Exists,
210 self.cloud_storage.PermissionError, self.cloud_storage.Insert,
Dsystem_stub.py122 class PermissionError(CloudStorageError): class in CloudStorageModuleStub
149 raise CloudStorageModuleStub.PermissionError()
152 raise CloudStorageModuleStub.PermissionError()
/external/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage.py71 class PermissionError(CloudStorageError): class
74 super(PermissionError, self).__init__(
154 raise PermissionError()
Dcloud_storage_unittest.py68 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py215 cs_get_mock.side_effect = cloud_storage.PermissionError
216 self.assertRaises(cloud_storage.PermissionError,
Ddependency_manager_unittest.py473 cs_path_mock.side_effect = cloud_storage.PermissionError
474 self.assertRaises(cloud_storage.PermissionError,
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dtrace.py149 except cloud_storage.PermissionError as e:
/external/chromium-trace/catapult/telemetry/
Dcloud_storage42 except (cloud_storage.PermissionError, cloud_storage.CredentialsError):
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dhtml_output_formatter.py185 except cloud_storage.PermissionError as e:
Dpage_test_results.py267 except cloud_storage.PermissionError as e:
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py85 except (cloud_storage.CredentialsError, cloud_storage.PermissionError):
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dshared_page_state.py477 cloud_storage.PermissionError) as e: