Lines Matching defs:string
82 ModuleErrorf(format string, args ...interface{})
91 ModuleErrorf(fmt string, args ...interface{})
92 PropertyErrorf(property, fmt string, args ...interface{})
93 GetDirectDep(name string) (blueprint.Module, blueprint.DependencyTag)
94 ModuleFromName(name string) (blueprint.Module, bool)
95 AddUnconvertedBp2buildDep(string) argument
96 AddMissingBp2buildDep(dep string)
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 …c BazelLabelForModuleDepsExcludesWithFn(ctx BazelConversionPathContext, modules, excludes []string,
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…
212 func isPackageBoundary(config Config, prefix string, components []string, componentIndex int) bool {
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 {
435 func bazelShortLabel(label string) string {
443 func bazelPackage(label string) string {
451 func samePackage(label1, label2 string) bool {
489 func PathForBazelOutRelative(ctx PathContext, relativeRoot string, path string) BazelOutPath {
529 func PathForBazelOut(ctx PathContext, path string) BazelOutPath {
535 func PathsForBazelOut(ctx PathContext, paths []string) Paths {
560 propToDistinguish *string) (bazel.LabelAttribute, bazel.StringAttribute) {