Home
last modified time | relevance | path

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

/build/soong/tradefed/
Dautogen.go110 func autogenTemplate(ctx android.ModuleContext, output android.WritablePath, template string, confi… func
147 autogenTemplate(ctx, autogenPath, templatePath.String(), config, testInstallBase)
150 autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}", config, testInstallBase)
152 autogenTemplate(ctx, autogenPath, "${NativeHostTestConfigTemplate}", config, testInstallBase)
181 autogenTemplate(ctx, autogenPath, templatePath.String(), configs, "")
183 autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}", configs, "")
196 autogenTemplate(ctx, autogenPath, templatePath.String(), nil, "")
199 autogenTemplate(ctx, autogenPath, "${JavaTestConfigTemplate}", nil, "")
202 autogenTemplate(ctx, autogenPath, "${JavaHostUnitTestConfigTemplate}", nil, "")
204 autogenTemplate(ctx, autogenPath, "${JavaHostTestConfigTemplate}", nil, "")
[all …]