Home
last modified time | relevance | path

Searched defs:CrashError (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/instance/
Dinstance.go139 type CrashError struct { struct
140 Report *report.Report
143 func (err *CrashError) Error() string {
/external/autotest/client/cros/
Dlogin.py12 class CrashError(error.TestError): class