Home
last modified time | relevance | path

Searched refs:VendorExpandError (Results 1 - 4 of 4) sorted by relevance

/base/update/packaging_tools/test/
H A Dtest_script_generator.py24 from log_exception import VendorExpandError namespace
73 with self.assertRaises(VendorExpandError):
76 with self.assertRaises(VendorExpandError):
79 with self.assertRaises(VendorExpandError):
82 with self.assertRaises(VendorExpandError):
85 with self.assertRaises(VendorExpandError):
88 with self.assertRaises(VendorExpandError):
91 with self.assertRaises(VendorExpandError):
94 with self.assertRaises(VendorExpandError):
97 with self.assertRaises(VendorExpandError)
[all...]
H A Dtest_log_exception.py20 from log_exception import VendorExpandError namespace
44 vendor_error = VendorExpandError(type(Script), 'test_func')
45 handle_exception(VendorExpandError, None, None)
/base/update/packaging_tools/
H A Dscript_generator.py26 from log_exception import VendorExpandError namespace
59 raise VendorExpandError(type(self), 'sha_check')
62 raise VendorExpandError(type(self), 'image_sha_check')
65 raise VendorExpandError(type(self), 'first_block_check')
68 raise VendorExpandError(type(self), 'image_patch')
71 raise VendorExpandError(type(self), 'abort')
74 raise VendorExpandError(type(self), 'show_progress')
77 raise VendorExpandError(type(self), 'block_update')
80 raise VendorExpandError(type(self), 'raw_image_write')
83 raise VendorExpandError(typ
[all...]
H A Dlog_exception.py102 class VendorExpandError(OSError): class

Completed in 3 milliseconds