Home
last modified time | relevance | path

Searched refs:HwIdException (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Dhwid_lib.py26 class HwIdException(Exception): class
133 raise HwIdException('error retrieving raw hwid info: %s' % e)
138 raise HwIdException('error decoding hwid info: %s - "%s"' %
Dhwid_lib_unittest.py76 self.validate_exception(hwid_lib.HwIdException, 'hwid',
86 self.validate_exception(hwid_lib.HwIdException, 'hwid',
/external/autotest/server/hosts/
Dcros_label.py414 except hwid_lib.HwIdException as e:
438 except hwid_lib.HwIdException as e: