Lines Matching refs:sandbox
125 for sandbox := range ctx.EnabledCalls {
126 sandboxes = append(sandboxes, sandbox)
141 for _, sandbox := range sandboxes {
142 name := fmt.Sprintf("%v %v", file.Name(), sandbox)
144 if !ctx.EnabledCalls[sandbox][call.Meta] {
154 "sandbox=" + sandbox: true,
163 if sandbox == "" {
173 req, err := ctx.createSyzTest(p, sandbox, threaded, cov)
198 req, err := ctx.createCTest(p, sandbox, threaded, times)
300 func (ctx *Context) createSyzTest(p *prog.Prog, sandbox string, threaded, cov bool) (*RunRequest, e…
310 switch sandbox {
338 func (ctx *Context) createCTest(p *prog.Prog, sandbox string, threaded bool, times int) (*RunReques…
345 Sandbox: sandbox,
348 EnableCgroups: p.Target.OS == "linux" && sandbox != "",
351 if sandbox != "" {