Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go622 type builtinPool struct { struct
623 name_ string
626 func (p *builtinPool) packageContext() *packageContext {
630 func (p *builtinPool) name() string {
634 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string {
638 func (p *builtinPool) def(config interface{}) (*poolDef, error) {
649 func (p *builtinPool) String() string {