Home
last modified time | relevance | path

Searched defs:CheckBlueprintSyntax (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/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