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.py33 class ChromiumOSError(error.TestError): class
101 raise ChromiumOSError('Invalid TPM status: "%s".' % out)
189 raise ChromiumOSError('Invalid FWMP field %s: "%s".' %
212 raise ChromiumOSError('failed to set FWMP: %s' % out)
235 raise ChromiumOSError('Invalid login status: "%s".' % out)
263 raise ChromiumOSError('Invalid attestation status: "%s".' % out)
303 raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
349 raise ChromiumOSError('Cryptohome vault not found after mount.')
352 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
361 raise ChromiumOSError('Cryptohome did not mount guest vault.')
[all …]
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
Dplatform_CryptohomeChangePassword.py40 except cryptohome.ChromiumOSError: