Searched defs:ChromiumOSError (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
H A Dautoupdater.py39 class ChromiumOSError(error.InstallError): class in inherits:error.InstallError
43 class RootFSUpdateError(ChromiumOSError):
47 class StatefulUpdateError(ChromiumOSError):
236 raise ChromiumOSError('%s is not in an installable state' %
380 raise ChromiumOSError('Encountered unknown root partition: %s' %
441 raise ChromiumOSError('Could not locate %s',
545 raise ChromiumOSError(
549 raise ChromiumOSError(
671 @param rollback_message: string to raise as a ChromiumOSError
674 @raises ChromiumOSError
[all...]
/external/autotest/client/cros/
H A Dcryptohome.py20 class ChromiumOSError(error.TestError): class in inherits:error.TestError
89 raise ChromiumOSError('Invalid TPM status: "%s".' % out)
157 ChromiumOSError if any expected field is not found in the cryptohome
173 raise ChromiumOSError('Invalid FWMP field %s: "%s".' %
186 ChromiumOSError cryptohome cannot set the FWMP contents
196 raise ChromiumOSError('failed to set FWMP: %s' % out)
219 raise ChromiumOSError('Invalid login status: "%s".' % out)
232 raise ChromiumOSError('Invalid attestation status: "%s".' % out)
264 raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
302 raise ChromiumOSError('Cryptohom
[all...]

Completed in 102 milliseconds