Home
last modified time | relevance | path

Searched refs:CheckBlueprintSyntax (Results 1 – 3 of 3) 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.go1388 func CheckBlueprintSyntax(moduleFactories map[string]ModuleFactory, filename string, contents strin… func
/build/soong/sdk/
Dupdate.go572 errs := android.CheckBlueprintSyntax(ctx, "Android.bp", contents)