Home
last modified time | relevance | path

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

/build/soong/tradefed/
Dautogen.go60 func autogenTemplate(ctx android.ModuleContext, output android.WritablePath, template string, optio… func
91 autogenTemplate(ctx, autogenPath, templatePath.String(), optionsMap)
94 autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}",
97 autogenTemplate(ctx, autogenPath, "${NativeHostTestConfigTemplate}",
112 autogenTemplate(ctx, autogenPath, templatePath.String(), nil)
114 autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}", nil)
126 autogenTemplate(ctx, autogenPath, templatePath.String(), nil)
129 autogenTemplate(ctx, autogenPath, "${JavaTestConfigTemplate}", nil)
131 autogenTemplate(ctx, autogenPath, "${JavaHostTestConfigTemplate}", nil)
146 autogenTemplate(ctx, autogenPath, templatePath.String(), nil)
[all …]