Lines Matching defs:Module
92 ModuleName(module blueprint.Module) string
93 ModuleDir(module blueprint.Module) string
94 ModuleSubDir(module blueprint.Module) string
95 ModuleType(module blueprint.Module) string
97 VisitAllModules(visit func(blueprint.Module))
98 VisitDirectDeps(module blueprint.Module, visit func(blueprint.Module))
274 func generateBazelTarget(ctx bpToBuildContext, m blueprint.Module, btm android.BazelTargetModule) B…
302 func generateSoongModuleTarget(ctx bpToBuildContext, m blueprint.Module) BazelTarget {
336 func getBuildProperties(ctx bpToBuildContext, m blueprint.Module) BazelAttributes {
350 func ExtractModuleProperties(aModule android.Module) map[string]string {
557 func targetNameForBp2Build(c bpToBuildContext, logicModule blueprint.Module) string {
561 func targetNameWithVariant(c bpToBuildContext, logicModule blueprint.Module) string {
573 func qualifiedTargetLabel(c bpToBuildContext, logicModule blueprint.Module) string {