Home
last modified time | relevance | path

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

/external/syzkaller/pkg/repro/
Drepro.go159 _, err = ctx.testProg(res.Prog, res.Duration, res.Opts)
303 crashed, err := ctx.testProg(ent.P, duration, opts)
357 crashed, err := ctx.testProg(prog, dur, opts)
380 crashed, err := ctx.testProg(prog, dur, opts)
415 crashed, err := ctx.testProg(p1, res.Duration, res.Opts)
439 crashed, err := ctx.testProg(res.Prog, res.Duration, opts)
499 func (ctx *context) testProg(p *prog.Prog, duration time.Duration, opts csource.Options) (crashed b… func