Searched refs:ReproC (Results 1 – 16 of 16) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | access_test.go | 121 ref: fmt.Sprint(crash.ReproC), 122 url: fmt.Sprintf("/text?tag=ReproC&id=%v", crash.ReproC), 126 ref: fmt.Sprint(crash.ReproC), 128 strconv.FormatUint(uint64(crash.ReproC), 16)), 229 crashOpen.ReproC = []byte(accessPrefix + "repro c")
|
D | repro_test.go | 46 crash2.ReproC = []byte("repro C") 69 crash1.ReproC = []byte("repro C") 188 crash.ReproC = []byte("repro C") 196 crash.ReproC = nil
|
D | jobs.go | 169 case crash.ReproC == 0 && crash.ReproSyz == 0: 175 case crash.ReproC == 0 && crash.ReproSyz == 0: 216 reproC, _, err := getText(c, textReproC, crash.ReproC) 261 ReproC: reproC,
|
D | reporting_test.go | 175 ReproC: []byte("int main() { return 1; }"), 204 ReproC: []byte("int main() { return 1; }"), 205 ReproCLink: externalLink(c.ctx, textReproC, dbCrash.ReproC),
|
D | email_test.go | 253 crash.ReproC = []byte("int main() {}") 267 reproCLink := externalLink(c.ctx, textReproC, dbCrash.ReproC) 295 c.checkURLContents(reproCLink, crash.ReproC) 421 crash2.ReproC = []byte("int main() {}")
|
D | reporting.go | 213 reproC, _, err := getText(c, textReproC, crash.ReproC) 263 ReproC: reproC, 264 ReproCLink: externalLink(c, textReproC, crash.ReproC), 664 if crash.ReproC == 0 {
|
D | api.go | 549 if len(req.ReproC) != 0 { 606 if len(req.ReproC) != 0 { 632 if crash.ReproC, err = putText(c, ns, textReproC, req.ReproC, false); err != nil { 687 if crash.ReproSyz != 0 || crash.ReproC != 0 || !crash.Reported.IsZero() {
|
D | app_test.go | 211 crash.ReproC = []byte(fmt.Sprintf("int main() { return %v; }", id))
|
D | jobs_test.go | 59 crash.ReproC = []byte("repro C") 113 c.expectEQ(pollResp.ReproC, []byte("repro C"))
|
D | entities.go | 110 ReproC int64 // reference to ReproC text entity member
|
D | util_test.go | 277 if len(rep.ReproC) != 0 {
|
D | reporting_email.go | 125 if len(rep.ReproC) != 0 {
|
D | main.go | 650 ReproCLink: textLink(textReproC, crash.ReproC),
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 132 ReproC []byte member 175 ReproC []byte member 253 ReproC []byte member
|
/external/syzkaller/syz-ci/ |
D | jobs.go | 230 results, err := env.Test(3, req.ReproSyz, req.ReproOpts, req.ReproC)
|
/external/syzkaller/syz-manager/ |
D | manager.go | 781 ReproC: cprogText,
|