Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Djobs.go100 patchID, err := putText(c, bug.Namespace, textPatch, []byte(patch), false)
156 if err := datastore.Delete(c, datastore.NewKey(c, textPatch, "", patchID, nil)); err != nil {
196 patch, _, err := getText(c, textPatch, job.Patch)
357 patch, _, err := getText(c, textPatch, job.Patch)
405 PatchLink: externalLink(c, textPatch, job.Patch),
Djobs_test.go131 patchLink := externalLink(c.ctx, textPatch, dbJob.Patch)
177 patchLink := externalLink(c.ctx, textPatch, dbJob.Patch)
217 patchLink := externalLink(c.ctx, textPatch, dbJob.Patch)
261 patchLink := externalLink(c.ctx, textPatch, dbJob.Patch)
Dadmin.go37 {textPatch, ""},
Daccess.go73 case textPatch:
Dmain.go32 http.Handle("/x/patch.diff", handlerWrapper(handleTextX(textPatch)))
326 case textPatch:
755 PatchLink: textLink(textPatch, job.Patch),
Dentities.go180 textPatch = "Patch" const