Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeLECredentialManager/
Dplatform_CryptohomeLECredentialManager.py51 except cryptohome.ChromiumOSError:
83 raise cryptohome.ChromiumOSError(
85 except cryptohome.ChromiumOSError:
90 raise cryptohome.ChromiumOSError(
92 except cryptohome.ChromiumOSError:
124 raise cryptohome.ChromiumOSError(
128 raise cryptohome.ChromiumOSError(
/external/autotest/client/cros/
Dcryptohome.py23 class ChromiumOSError(error.TestError): class
93 raise ChromiumOSError('Invalid TPM status: "%s".' % out)
177 raise ChromiumOSError('Invalid FWMP field %s: "%s".' %
200 raise ChromiumOSError('failed to set FWMP: %s' % out)
223 raise ChromiumOSError('Invalid login status: "%s".' % out)
236 raise ChromiumOSError('Invalid attestation status: "%s".' % out)
276 raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
322 raise ChromiumOSError('Cryptohome vault not found after mount.')
325 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
334 raise ChromiumOSError('Cryptohome did not mount guest vault.')
[all …]
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py40 except cryptohome.ChromiumOSError: