Home
last modified time | relevance | path

Searched refs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/dexpreopt/
H A Dconfig.go103 type GlobalSoongConfig struct { struct
448 func createGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig {
449 return &GlobalSoongConfig{
473 func GetGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig {
476 }).(*GlobalSoongConfig)
496 return (*GlobalSoongConfig)(nil)
497 }).(*GlobalSoongConfig)
518 return &GlobalSoongConfig{}, err
521 config := &GlobalSoongConfig{
648 func globalSoongConfigForTests() *GlobalSoongConfig {
[all …]
H A Ddexpreopt.go54 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
/aosp12/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go163 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig, argument