Home
last modified time | relevance | path

Searched refs:NewBuiltinPool (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Ddefs.go101 localPool = blueprint.NewBuiltinPool("local_pool")
104 remotePool = blueprint.NewBuiltinPool("remote_pool")
107 highmemPool = blueprint.NewBuiltinPool("highmem_pool")
/build/blueprint/
Dpackage_ctx.go126 var Console Pool = NewBuiltinPool("console")
603 func NewBuiltinPool(name string) Pool { func