Home
last modified time | relevance | path

Searched refs:BootError (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vm/vmimpl/
Dvmimpl.go71 type BootError struct { struct
76 func (err BootError) Error() string { argument
80 func (err BootError) BootError() (string, []byte) { func
/external/syzkaller/vm/gvisor/
Dgvisor.go165 return vmimpl.BootError{
174 return vmimpl.BootError{
179 return vmimpl.BootError{
/external/syzkaller/vm/
Dvm.go49 BootError() (string, []byte) methodSpec
/external/syzkaller/pkg/instance/
Dinstance.go204 testErr.Title, testErr.Output = bootErr.BootError()
/external/syzkaller/vm/gce/
Dgce.go170 return nil, vmimpl.BootError{Title: err.Error(), Output: output}
/external/syzkaller/vm/qemu/
Dqemu.go383 return vmimpl.BootError{Title: err.Error(), Output: bootOutput}