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…
207 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
323 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab…
366 func getOtherModuleLabel(ctx BazelConversionPathContext, dep, tag string,
367 labelFromModule func(BazelConversionPathContext, blueprint.Module) string) *bazel.Label {
404 func bazelShortLabel(label string) string {
412 func bazelPackage(label string) string {
420 func samePackage(label1, label2 string) bool {
454 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {
473 func PathsForBazelOut(ctx PathContext, paths []string) Paths {