Searched refs:getTestConfigTemplate (Results 1 – 1 of 1) sorted by relevance
/build/soong/tradefed/ |
D | autogen.go | 29 func getTestConfigTemplate(ctx android.ModuleContext, prop *string) android.OptionalPath { func 145 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 164 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 179 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 194 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 218 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 233 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 252 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 271 templatePath := getTestConfigTemplate(ctx, testConfigTemplateProp) 297 moduleTemplate := getTestConfigTemplate(ctx, testConfigTemplateProp)
|