Lines Matching defs:string
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…
137 func directoryHasBlueprint(fs pathtools.FileSystem, prefix string, components []string, componentIn…
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 {
319 func bazelShortLabel(label string) string {
324 func bazelPackage(label string) string {
329 func samePackage(label1, label2 string) bool {
347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath {
372 func PathsForBazelOut(ctx PathContext, paths []string) Paths {