Lines Matching defs:BazelConversionPathContext
72 type BazelConversionPathContext interface { interface
85 func BazelLabelForModuleDeps(ctx BazelConversionPathContext, modules []string) bazel.LabelList {
103 func BazelLabelForModuleSrcSingle(ctx BazelConversionPathContext, path string) bazel.Label {
113 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList {
123 func BazelLabelForModuleSrcExcludes(ctx BazelConversionPathContext, paths, excludes []string) bazel…
160 func transformSubpackagePath(ctx BazelConversionPathContext, path bazel.Label) bazel.Label {
211 func transformSubpackagePaths(ctx BazelConversionPathContext, paths bazel.LabelList) bazel.LabelLis…
243 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab…
291 func getOtherModuleLabel(ctx BazelConversionPathContext, dep, tag string) bazel.Label {
309 func bazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module, tag string) string {
333 func bp2buildModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string {