Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx_test.go469 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
478 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
488 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
498 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
508 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
518 errs := CheckBlueprintSyntax(factories, "path/Blueprint", `
Dmodule_ctx.go1394 func CheckBlueprintSyntax(moduleFactories map[string]ModuleFactory, filename string, contents strin… func
/build/soong/android/
Dmodule.go2692 func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error { func
2694 return blueprint.CheckBlueprintSyntax(bpctx.ModuleFactories(), filename, contents)
/build/soong/sdk/
Dupdate.go712 errs := android.CheckBlueprintSyntax(ctx, "Android.bp", contents)