Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go495 type staticPool struct { struct
496 pctx *packageContext
497 name_ string
498 params PoolParams
531 func (p *staticPool) packageContext() *packageContext {
535 func (p *staticPool) name() string {
539 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string {
543 func (p *staticPool) def(config interface{}) (*poolDef, error) {
551 func (p *staticPool) String() string {