Home
last modified time | relevance | path

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

/build/soong/android/
Dpackaging.go104 func (p *PackagingSpec) Partition() string { func
Dpaths.go1744 func (p InstallPath) Partition() string { func
/build/soong/bazel/
Dproperties.go174 func (ll *LabelList) Partition(predicate func(label Label) bool) (LabelList, LabelList) { func
971 func (lla LabelListAttribute) Partition(predicate func(label Label) bool) (LabelListAttribute, Labe… func
/build/soong/cc/
Dlinkable.go243 Partition() string methodSpec
Dcc.go4052 func (c *Module) Partition() string { func
/build/soong/rust/
Drust.go1851 func (c *Module) Partition() string { func
/build/make/tools/releasetools/
Dcommon.py1170 class Partition(object): class