Searched refs:newDepSet (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/android/ |
H A D | depset_paths.go | 43 return &DepSet{*newDepSet(order, direct, transitive)}
|
H A D | depset_generic.go | 84 func newDepSet(order DepSetOrder, direct interface{}, transitive interface{}) *depSet { func 172 return newDepSet(b.order, b.direct.Interface(), b.transitive)
|
H A D | packaging.go | 267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
|
H A D | module.go | 3138 return &installPathsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
|
/aosp12/build/blueprint/microfactory/ |
H A D | microfactory.go | 169 func newDepSet() *linkedDepSet { func 194 depSet := newDepSet()
|