Home
last modified time | relevance | path

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

/external/syzkaller/pkg/repro/
Drepro.go157 _, err = ctx.testCProg(res.Prog, res.Duration, res.Opts)
468 crashed, err := ctx.testCProg(res.Prog, res.Duration, res.Opts)
487 crashed, err := ctx.testCProg(res.Prog, res.Duration, opts)
553 func (ctx *context) testCProg(p *prog.Prog, duration time.Duration, opts csource.Options) (crashed … func