Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dhwid_lib.py22 class HwIdException(Exception): class
65 raise HwIdException('error retrieving raw hwid info: %s' % e)
70 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.py565 except hwid_lib.HwIdException as e: