Home
last modified time | relevance | path

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

/build/soong/android/
Dvisibility.go248 func checkRules(ctx BaseModuleContext, currentPkg, property string, visibility []string) { argument
259 ok, pkg, name := splitRule(ctx, v, currentPkg, property)
289 if !isAncestor("vendor", currentPkg) {
311 currentPkg := qualifiedModuleId.pkg
318 rule := parseRules(ctx, currentPkg, primaryProperty.getName(), visibility)
326 func parseRules(ctx BaseModuleContext, currentPkg, property string, visibility []string) compositeR… argument
332 ok, pkg, name := splitRule(ctx, v, currentPkg, property)
404 func splitRule(ctx BaseModuleContext, ruleExpression string, currentPkg, property string) (bool, st… argument
424 pkg = currentPkg