Home
last modified time | relevance | path

Searched refs:newDepSet (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/android/
H A Ddepset_paths.go43 return &DepSet{*newDepSet(order, direct, transitive)}
H A Ddepset_generic.go84 func newDepSet(order DepSetOrder, direct interface{}, transitive interface{}) *depSet { func
172 return newDepSet(b.order, b.direct.Interface(), b.transitive)
H A Dpackaging.go267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
H A Dmodule.go3138 return &installPathsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go169 func newDepSet() *linkedDepSet { func
194 depSet := newDepSet()