OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromiumOSError
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/platform_CryptohomeLECredentialManager/
platform_CryptohomeLECredentialManager.py
51
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/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py
40
except cryptohome.
ChromiumOSError
:
/external/autotest/client/cros/
cryptohome.py
23
class
ChromiumOSError
(error.TestError):
93
raise
ChromiumOSError
('Invalid TPM status: "%s".' % out)
161
ChromiumOSError
if any expected field is not found in the cryptohome
177
raise
ChromiumOSError
('Invalid FWMP field %s: "%s".' %
190
ChromiumOSError
cryptohome cannot set the FWMP contents
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.'
[
all
...]
Completed in 190 milliseconds