Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go155 sandboxOuts []string member
514 "allouts": strings.Join(task.sandboxOuts, " "),
615 var sandboxOuts []string
634 sandboxOuts = append(sandboxOuts, sandboxOutfile)
661 sandboxOuts: sandboxOuts,
697 sandboxOuts := make([]string, len(properties.Out))
701 sandboxOuts[i] = pathToSandboxOut(outs[i], genDir)
707 sandboxOuts: sandboxOuts,