Home
last modified time | relevance | path

Searched refs:TestError (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/scripts/update_payload/
Dtest_utils.py33 class TestError(Exception): class
107 raise TestError('signing subprocess failed: %s' % e)
/system/security/keystore2/src/
Derror.rs289 enum TestError { enum
295 Err(anyhow!(TestError::Fail)).context("nested nested other error") in nested_nested_other_error()