Home
last modified time | relevance | path

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

/external/syzkaller/vm/vmimpl/
Dvmimpl.go71 type BootError struct { struct
72 Title string
73 Output []byte
76 func (err BootError) Error() string {
80 func (err BootError) BootError() (string, []byte) { func
/external/syzkaller/vm/
Dvm.go49 BootError() (string, []byte) methodSpec