Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dreporting_test.go62 ReportLink: externalLink(c.ctx, textCrashReport, dbCrash.Report),
87 want.ReportLink = externalLink(c.ctx, textCrashReport, dbCrash.Report)
203 ReportLink: externalLink(c.ctx, textCrashReport, dbCrash.Report),
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),
Dadmin.go44 {textCrashReport, ""},
Dmain.go320 case textCrashReport:
648 ReportLink: textLink(textCrashReport, crash.Report),
655 sampleReport, _, err := getText(c, textCrashReport, crashes[0].Report)
761 CrashReportLink: textLink(textCrashReport, job.CrashReport),
Daccess.go87 case textCrashReport:
Dentities.go176 textCrashReport = "CrashReport" const
Dreporting.go206 report, _, err := getText(c, textCrashReport, crash.Report)
249 ReportLink: externalLink(c, textCrashReport, crash.Report),
Dapi.go626 if crash.Report, err = putText(c, ns, textCrashReport, req.Report, false); err != nil {
696 toDelete = append(toDelete, datastore.NewKey(c, textCrashReport, "", crash.Report, nil))