• Home
  • Raw
  • Download

Lines Matching defs:BazelConversionPathContext

87 type BazelConversionPathContext interface {  interface
102 func BazelLabelForModuleDeps(ctx BazelConversionPathContext, modules []string) bazel.LabelList {
112 func BazelLabelForModuleDepsExcludes(ctx BazelConversionPathContext, modules, excludes []string) ba…
119 func BazelLabelForModuleDepsWithFn(ctx BazelConversionPathContext, modules []string,
120 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList {
150 func BazelLabelForModuleDepsExcludesWithFn(ctx BazelConversionPathContext, modules, excludes []stri…
151 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList {
163 func BazelLabelForModuleSrcSingle(ctx BazelConversionPathContext, path string) bazel.Label {
170 func BazelLabelForModuleDepSingle(ctx BazelConversionPathContext, path string) bazel.Label {
183 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList {
193 func BazelLabelForModuleSrcExcludes(ctx BazelConversionPathContext, paths, excludes []string) bazel…
240 func transformSubpackagePath(ctx BazelConversionPathContext, path bazel.Label) bazel.Label {
311 func transformSubpackagePaths(ctx BazelConversionPathContext, paths bazel.LabelList) bazel.LabelLis…
323 func RootToModuleRelativePaths(ctx BazelConversionPathContext, paths Paths) []bazel.Label {
354 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab…
397 func getOtherModuleLabel(ctx BazelConversionPathContext, dep, tag string,
398 labelFromModule func(BazelConversionPathContext, blueprint.Module) string) *bazel.Label {
426 func BazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string {