Searched refs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 103 type GlobalSoongConfig struct { struct 448 func createGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig { 449 return &GlobalSoongConfig{ 473 func GetGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig { 476 }).(*GlobalSoongConfig) 494 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { 496 return (*GlobalSoongConfig)(nil) 497 }).(*GlobalSoongConfig) 513 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { 518 return &GlobalSoongConfig{}, err [all …]
|
D | dexpreopt.go | 54 func GenerateDexpreoptRule(ctx android.BuilderContext, globalSoong *GlobalSoongConfig, argument 130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument 171 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument 204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 163 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig, argument
|