Home
last modified time | relevance | path

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

/aosp12/build/blueprint/
H A 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", `
H A Dmodule_ctx.go1388 func CheckBlueprintSyntax(moduleFactories map[string]ModuleFactory, filename string, contents strin… func
/aosp12/build/soong/android/
H A Dmodule.go3124 func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error { func
3126 return blueprint.CheckBlueprintSyntax(bpctx.ModuleFactories(), filename, contents)
/aosp12/build/soong/sdk/
H A Dupdate.go572 errs := android.CheckBlueprintSyntax(ctx, "Android.bp", contents)