Home
last modified time | relevance | path

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

/external/honggfuzz/mac/
Darch.c70 @interface CrashReport : NSObject
516 CrashReport* _crashReport = nil; in write_crash_report()
518 _crashReport = [[CrashReport alloc] initWithTask:task in write_crash_report()
542 CrashReport* _crashReport = nil; in hash_callstack()
544 _crashReport = [[CrashReport alloc] initWithTask:task in hash_callstack()
/external/syzkaller/dashboard/app/
Djobs.go294 if job.CrashReport, err = putText(c, ns, textCrashReport, req.CrashReport, false); err != nil {
346 report, _, err := getText(c, textCrashReport, job.CrashReport)
388 ReportLink: externalLink(c, textCrashReport, job.CrashReport),
Dentities.go161 CrashReport int64 // reference to CrashReport text entity member
Djobs_test.go123 CrashReport: []byte("test crash report"),
Dmain.go761 CrashReportLink: textLink(textCrashReport, job.CrashReport),
/external/syzkaller/dashboard/dashapi/
Ddashapi.go141 CrashReport []byte member
/external/syzkaller/syz-ci/
Djobs.go258 resp.CrashReport = err.Report.Report