Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dbazel.go62 GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string
96 func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) st… func
299 if len(b.GetBazelLabel(ctx, ctx.Module())) == 0 {
H A Dfilegroup.go114 filePaths, ok := bazelCtx.GetOutputFiles(fg.GetBazelLabel(ctx, fg), ctx.Arch().ArchType)
H A Dbazel_paths.go316 return b.GetBazelLabel(ctx, module)
/aosp12/build/soong/genrule/
H A Dgenrule.go544 bazelModuleLabel := g.GetBazelLabel(ctx, g)
/aosp12/build/soong/cc/
H A Dcc.go1647 bazelModuleLabel := c.GetBazelLabel(actx, c)