Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_cache.py35 class PidVerificationError(Exception): class
1077 raise PidVerificationError(
Dresults_cache_unittest.py27 from results_cache import PidVerificationError
1051 with self.assertRaises(PidVerificationError):