Searched refs:textCrashReport (Results 1 – 8 of 8) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | reporting_test.go | 62 ReportLink: externalLink(c.ctx, textCrashReport, dbCrash.Report), 87 want.ReportLink = externalLink(c.ctx, textCrashReport, dbCrash.Report) 203 ReportLink: externalLink(c.ctx, textCrashReport, dbCrash.Report),
|
D | jobs.go | 294 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),
|
D | admin.go | 44 {textCrashReport, ""},
|
D | main.go | 320 case textCrashReport: 648 ReportLink: textLink(textCrashReport, crash.Report), 655 sampleReport, _, err := getText(c, textCrashReport, crashes[0].Report) 761 CrashReportLink: textLink(textCrashReport, job.CrashReport),
|
D | access.go | 87 case textCrashReport:
|
D | entities.go | 176 textCrashReport = "CrashReport" const
|
D | reporting.go | 206 report, _, err := getText(c, textCrashReport, crash.Report) 249 ReportLink: externalLink(c, textCrashReport, crash.Report),
|
D | api.go | 626 if crash.Report, err = putText(c, ns, textCrashReport, req.Report, false); err != nil { 696 toDelete = append(toDelete, datastore.NewKey(c, textCrashReport, "", crash.Report, nil))
|