Home
last modified time | relevance | path

Searched refs:ParseGlobalSoongConfig (Results 1 – 2 of 2) sorted by relevance

/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go98 globalSoongConfig, err := dexpreopt.ParseGlobalSoongConfig(ctx, globalSoongConfigData)
/build/soong/dexpreopt/
Dconfig.go513 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { func