Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dfuzz.go404 type crashError struct { struct
405 path string
406 err error
409 func (e *crashError) Error() string {
413 func (e *crashError) Unwrap() error {
417 func (e *crashError) CrashPath() string {