Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
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)
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 …]
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
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go163 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig, argument