Home
last modified time | relevance | path

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

/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go164 type linkedDepSet struct { struct
165 packageSet map[string](*GoPackage)
166 packageList []*GoPackage
262 func (p *GoPackage) findDeps(config *Config, path string, allPackages *linkedDepSet) error {