Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py78 class PermissionError(CloudStorageError): class
81 super(PermissionError, self).__init__(
168 return PermissionError()
Dcloud_storage_unittest.py76 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError)
374 'chrome-telemetry'), cloud_storage.PermissionError)
/external/python/cpython3/Lib/test/
Dexception_hierarchy.txt37 | +-- PermissionError
Dtest_spwd.py66 with self.assertRaises(PermissionError) as cm:
Dtest_dtrace.py82 except (FileNotFoundError, PermissionError) as fnfe:
Dtest_resource.py152 self.assertRaises(PermissionError, resource.prlimit,
Dtest_time.py100 except PermissionError:
464 except PermissionError as err:
Dtest_site.py35 except PermissionError as exc:
Dtest_regrtest.py340 except PermissionError as exc:
Dtest_shutil.py768 mock_patch.side_effect = PermissionError('ka-boom')
1869 except (FileNotFoundError, PermissionError,
Dtest_os.py904 except PermissionError:
1139 except PermissionError:
1224 with self.assertRaises(PermissionError):
/external/python/cpython3/Lib/
Dtempfile.py220 except PermissionError:
263 except PermissionError:
371 except PermissionError:
Dpathlib.py513 except PermissionError:
535 except PermissionError:
554 except PermissionError:
569 except PermissionError:
Dmailbox.py318 except (AttributeError, PermissionError):
1207 except (AttributeError, PermissionError):
2084 except (AttributeError, PermissionError):
Dsmtpd.py959 except PermissionError:
Dssl.py439 except PermissionError:
Dsubprocess.py1130 except PermissionError:
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py227 cs_get_mock.side_effect = cloud_storage.PermissionError
228 self.assertRaises(cloud_storage.PermissionError,
Ddependency_manager_unittest.py474 cs_path_mock.side_effect = cloud_storage.PermissionError
475 self.assertRaises(cloud_storage.PermissionError,
/external/python/cpython3/Doc/library/
Dspwd.rst59 Raises a :exc:`PermissionError` instead of :exc:`KeyError` if the user
Dresource.rst92 :exc:`PermissionError` when the user doesn't have ``CAP_SYS_RESOURCE`` for
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py50 with self.assertRaises(PermissionError):
/external/python/cpython3/Objects/
Dexceptions.c1213 MiddlingExtendsException(PyExc_OSError, PermissionError, OSError,
2537 PRE_INIT(PermissionError); in _PyExc_Init()
2638 POST_INIT(PermissionError); in _PyExc_Init()
2639 ADD_ERRNO(PermissionError, EACCES); in _PyExc_Init()
2640 ADD_ERRNO(PermissionError, EPERM); in _PyExc_Init()
/external/chromium-trace/catapult/common/battor/battor/
Dbattor_wrapper.py380 except cloud_storage.PermissionError as e:
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1286 except (FileNotFoundError, PermissionError, NotADirectoryError):

12