Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go92 type GlobalSoongConfig struct { struct
371 func createGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig {
379 return &GlobalSoongConfig{
404 func GetGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig {
407 }).(*GlobalSoongConfig)
425 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig {
427 return (*GlobalSoongConfig)(nil)
428 }).(*GlobalSoongConfig)
444 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) {
449 return &GlobalSoongConfig{}, err
[all …]
Ddexpreopt.go55 func GenerateDexpreoptRule(ctx android.PathContext, globalSoong *GlobalSoongConfig, argument
125 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
164 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument
246 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go136 func writeScripts(ctx android.PathContext, globalSoong *dexpreopt.GlobalSoongConfig, argument