HomeSort by relevance Sort by last modified time
    Searched refs:PermissionError (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 78 class PermissionError(CloudStorageError):
81 super(PermissionError, self).__init__(
168 return PermissionError()
392 PermissionError if the user does not have permission to access the bucket.
411 PermissionError if the user does not have permission to access the bucket.
cloud_storage_unittest.py 76 self._AssertRunCommandRaisesError(strs, cloud_storage.PermissionError)
374 'chrome-telemetry'), cloud_storage.PermissionError)
  /external/python/cpython3/Lib/test/
test_spwd.py 66 with self.assertRaises(PermissionError) as cm:
test_dtrace.py 82 except (FileNotFoundError, PermissionError) as fnfe:
test_resource.py 152 self.assertRaises(PermissionError, resource.prlimit,
test_time.py 100 except PermissionError:
464 except PermissionError as err:
    [all...]
test_regrtest.py 340 except PermissionError as exc:
test_site.py 35 except PermissionError as exc:
test_os.py 904 except PermissionError
    [all...]
test_tempfile.py 331 with self.assertRaises(PermissionError):
    [all...]
test_shutil.py 768 mock_patch.side_effect = PermissionError('ka-boom')
    [all...]
  /external/python/cpython3/Lib/
tempfile.py 220 except PermissionError:
263 except PermissionError:
371 except PermissionError:
pathlib.py 513 except PermissionError:
535 except PermissionError:
554 except PermissionError:
569 except PermissionError:
    [all...]
mailbox.py 318 except (AttributeError, PermissionError):
    [all...]
smtpd.py     [all...]
ssl.py 439 except PermissionError:
    [all...]
subprocess.py     [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info_unittest.py 227 cs_get_mock.side_effect = cloud_storage.PermissionError
228 self.assertRaises(cloud_storage.PermissionError,
dependency_manager_unittest.py 474 cs_path_mock.side_effect = cloud_storage.PermissionError
475 self.assertRaises(cloud_storage.PermissionError,
  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_events.py 50 with self.assertRaises(PermissionError):
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 380 except cloud_storage.PermissionError as e:
  /test/vts/runners/host/
utils.py 368 Logs when there is an OSError or PermissionError. The latter one only
390 except (OSError, PermissionError) as e:
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /tools/test/connectivity/acts/framework/acts/
utils.py 424 Catches and ignores the PermissionError which only happens on Macs.
434 except PermissionError:
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py     [all...]

Completed in 1828 milliseconds

1 2