Searched refs:PermissionError (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
D | cloud_storage.py | 25 class PermissionError(CloudStorageError): class 28 super(PermissionError, self).__init__( 64 raise PermissionError()
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub_unittest.py | 196 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,
|
D | system_stub.py | 122 class PermissionError(CloudStorageError): class in CloudStorageModuleStub 149 raise CloudStorageModuleStub.PermissionError() 152 raise CloudStorageModuleStub.PermissionError()
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
D | cloud_storage.py | 71 class PermissionError(CloudStorageError): class 74 super(PermissionError, self).__init__( 154 raise PermissionError()
|
D | cloud_storage_unittest.py | 68 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError)
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | cloud_storage_info_unittest.py | 215 cs_get_mock.side_effect = cloud_storage.PermissionError 216 self.assertRaises(cloud_storage.PermissionError,
|
D | dependency_manager_unittest.py | 473 cs_path_mock.side_effect = cloud_storage.PermissionError 474 self.assertRaises(cloud_storage.PermissionError,
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
D | trace.py | 149 except cloud_storage.PermissionError as e:
|
/external/chromium-trace/catapult/telemetry/ |
D | cloud_storage | 42 except (cloud_storage.PermissionError, cloud_storage.CredentialsError):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
D | html_output_formatter.py | 185 except cloud_storage.PermissionError as e:
|
D | page_test_results.py | 267 except cloud_storage.PermissionError as e:
|
/external/chromium-trace/catapult/telemetry/telemetry/wpr/ |
D | archive_info.py | 85 except (cloud_storage.CredentialsError, cloud_storage.PermissionError):
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | shared_page_state.py | 477 cloud_storage.PermissionError) as e:
|