Home
last modified time | relevance | path

Searched defs:instructionsNode (Results 1 – 1 of 1) sorted by relevance

/build/soong/bp2build/
Dsymlink_forest.go48 type instructionsNode struct { struct
49 name string
50 excluded bool // If false, this is just an intermediate node
51 children map[string]*instructionsNode
66 func ensureNodeExists(root *instructionsNode, path string) *instructionsNode {
287 func plantSymlinkForestRecursive(context *symlinkForestContext, instructions *instructionsNode, for…