OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmogcheckError
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/
smogcheck_tpm.py
72
class
SmogcheckError
(Exception):
163
SmogcheckError
: if error initializing TpmController.
174
raise
SmogcheckError
('Error loading C library %s: %r' %
212
SmogcheckError
: if an error is encountered.
215
raise
SmogcheckError
('Error closing TPM context object')
227
SmogcheckError
: if an error is encountered.
234
raise
SmogcheckError
('Error creating tspi context')
240
raise
SmogcheckError
('Error connecting to tspi context')
246
raise
SmogcheckError
('Error getting TPM object from tspi context')
260
SmogcheckError
: if an error is encountered
[
all
...]
/external/autotest/client/site_tests/hardware_TPMtspi/
hardware_TPMtspi.py
24
except smogcheck_tpm.
SmogcheckError
, e:
63
except smogcheck_tpm.
SmogcheckError
, e:
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py
40
except smogcheck_tpm.
SmogcheckError
as e:
152
except smogcheck_tpm.
SmogcheckError
as e:
Completed in 181 milliseconds