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

/external/autotest/client/common_lib/cros/
H A Dautoupdater.py31 class ChromiumOSError(error.InstallError): class in inherits:error.InstallError
39 class RootFSUpdateError(ChromiumOSError):
43 class StatefulUpdateError(ChromiumOSError):
262 raise ChromiumOSError('%s is not in an installable state' %
288 raise ChromiumOSError('Encountered unknown root partition: %s' %
466 raise ChromiumOSError(
594 @param rollback_message: string to raise as a ChromiumOSError
597 @raises ChromiumOSError: If we didn't.
631 raise ChromiumOSError(rollback_message)
638 exception=ChromiumOSError(),
[all...]
/external/autotest/client/cros/
H A Dcryptohome.py17 class ChromiumOSError(error.TestError): class in inherits:error.TestError
70 raise ChromiumOSError('Invalid TPM status: "%s".' % out)
140 raise ChromiumOSError('Invalid login status: "%s".' % out)
153 raise ChromiumOSError('Invalid attestation status: "%s".' % out)
185 raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
210 raise ChromiumOSError('Cryptohome vault not found after mount.')
216 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
225 raise ChromiumOSError('Cryptohome did not mount tmpfs.')
243 raise ChromiumOSError('Cryptohome did not unmount the user.')
256 raise ChromiumOSError('Coul
[all...]

Completed in 87 milliseconds