Home
last modified time | relevance | path

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

/build/soong/cmd/soong_build/
Dmain.go192 ctx.Context.PrintJSONGraphAndActions(graphFile, actionsFile)
/build/blueprint/
Dcontext.go2740 func (c *Context) PrintJSONGraphAndActions(wGraph io.Writer, wActions io.Writer) { func