Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/soong_build/
H A Dmain.go191 ctx.Context.PrintJSONGraphAndActions(graphFile, actionsFile)
/aosp_15_r20/build/blueprint/
H A Dcontext.go2756 func (c *Context) PrintJSONGraphAndActions(wGraph io.Writer, wActions io.Writer) { func