Home
last modified time | relevance | path

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

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