Home
last modified time | relevance | path

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

/external/syzkaller/pkg/report/
Dfuchsia.go25 zirconPanic = []byte("ZIRCON KERNEL PANIC") var
61 return bytes.Contains(output, zirconPanic) ||
71 if pos := bytes.Index(output, zirconPanic); pos != -1 {