Lines Matching refs:GlobalSoongConfig
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
521 config := &GlobalSoongConfig{
648 func globalSoongConfigForTests() *GlobalSoongConfig {
649 return &GlobalSoongConfig{