Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/minibp/
Dmain.go31 type Config struct { struct
32 generatingBootstrapper bool
33 generatingPrimaryBuilder bool
36 func (c Config) GeneratingBootstrapper() bool {
40 func (c Config) GeneratingPrimaryBuilder() bool {
/build/blueprint/bootstrap/
Dconfig.go55 type Config struct { struct
56 stage Stage
58 topLevelBlueprintsFile string
60 runGoTests bool
Dcleanup.go33 func removeAbandonedFiles(ctx *blueprint.Context, config *Config,
Dbootstrap.go224 func newGoPackageModuleFactory(config *Config) func() (blueprint.Module, []interface{}) {
341 func newGoBinaryModuleFactory(config *Config, buildStage Stage) func() (blueprint.Module, []interfa…
623 func newSingletonFactory(config *Config) func() blueprint.Singleton {
/build/soong/common/
Dconfig.go45 type Config struct { struct
46 *config
Dpackage_ctx.go48 func (e *configErrorWrapper) Config() interface{} { func
Dpaths.go33 Config() interface{} methodSpec
/build/blueprint/
Dsingleton_ctx.go26 Config() interface{} methodSpec
74 func (s *singletonContext) Config() interface{} { func
Dmodule_ctx.go113 Config() interface{} methodSpec
180 func (d *baseModuleContext) Config() interface{} { func
/build/soong/cc/
Dx86_darwin_host.go137 func xcrunSdk(config common.Config, arg string) (string, error) {