Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx_test.go219 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
228 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
238 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
248 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
258 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
268 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
Dmodule_ctx.go1193 func CheckBlueprintSyntax(moduleFactories map[string]ModuleFactory, filename string, contents strin… func
/build/soong/android/
Dmodule.go2435 func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error { func
2437 return blueprint.CheckBlueprintSyntax(bpctx.ModuleFactories(), filename, contents)
/build/soong/sdk/
Dupdate.go405 errs := android.CheckBlueprintSyntax(ctx, "Android.bp", contents)