Home
last modified time | relevance | path

Searched refs:ContainsCrash (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/pkg/report/
Dlinux_test.go42 if !reporter.ContainsCrash([]byte(log)) {
49 if !reporter1.ContainsCrash([]byte(log)) {
56 if !reporter2.ContainsCrash([]byte(log)) {
63 if reporter3.ContainsCrash([]byte(log)) {
Dfuzz.go15 containsCrash := reporter.ContainsCrash(data)
Dnetbsd.go25 func (ctx *netbsd) ContainsCrash(output []byte) bool { func
Dstub.go25 func (ctx *stub) ContainsCrash(output []byte) bool { func
Dfreebsd.go26 func (ctx *freebsd) ContainsCrash(output []byte) bool { func
Dgvisor.go33 func (ctx *gvisor) ContainsCrash(output []byte) bool { func
Dakaros.go31 func (ctx *akaros) ContainsCrash(output []byte) bool { func
Dfuchsia.go60 func (ctx *fuchsia) ContainsCrash(output []byte) bool { func
Dreport_test.go127 containsCrash := reporter.ContainsCrash(test.Log)
Dreport.go20 ContainsCrash(output []byte) bool methodSpec
Dlinux.go115 func (ctx *linux) ContainsCrash(output []byte) bool { func
/external/syzkaller/vm/
Dvm.go159 if reporter.ContainsCrash(mon.output[mon.matchPos:]) {
217 if !mon.reporter.ContainsCrash(mon.output[mon.matchPos:]) {