Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go130 sandboxOuts []string member
414 "allouts": strings.Join(task.sandboxOuts, " "),
490 sandboxOuts := []string{}
496 sandboxOuts = append(sandboxOuts, sandboxOutfile)
521 sandboxOuts: sandboxOuts,
545 sandboxOuts := make([]string, len(properties.Out))
549 sandboxOuts[i] = pathToSandboxOut(outs[i], genDir)
554 sandboxOuts: sandboxOuts,