Searched refs:BazelConversionPathContext (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 87 type BazelConversionPathContext interface { interface 102 func BazelLabelForModuleDeps(ctx BazelConversionPathContext, modules []string) bazel.LabelList { argument 112 func BazelLabelForModuleDepsExcludes(ctx BazelConversionPathContext, modules, excludes []string) ba… argument 119 func BazelLabelForModuleDepsWithFn(ctx BazelConversionPathContext, modules []string, argument 120 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList { argument 150 func BazelLabelForModuleDepsExcludesWithFn(ctx BazelConversionPathContext, modules, excludes []stri… argument 151 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList { argument 163 func BazelLabelForModuleSrcSingle(ctx BazelConversionPathContext, path string) bazel.Label { argument 170 func BazelLabelForModuleDepSingle(ctx BazelConversionPathContext, path string) bazel.Label { argument 183 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList { argument [all …]
|
D | bazel.go | 97 GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string argument 163 func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) st…
|
D | mutator.go | 218 BazelConversionPathContext
|
D | variable.go | 648 func ProductVariableProperties(ctx BazelConversionPathContext) ProductConfigProperties { argument
|
/build/soong/cc/ |
D | bp2build.go | 60 func groupSrcsByExtension(ctx android.BazelConversionPathContext, srcs bazel.LabelListAttribute) ba… argument 88 func bp2BuildParseLibProps(ctx android.BazelConversionPathContext, module *Module, isStatic bool) s… argument 97 func bp2BuildParseSharedProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare… argument 102 func bp2BuildParseStaticProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare… argument 111 type bazelLabelForDepsFn func(android.BazelConversionPathContext, []string) bazel.LabelList 113 func maybePartitionExportedAndImplementationsDeps(ctx android.BazelConversionPathContext, exportsDe… argument 128 type bazelLabelForDepsExcludesFn func(android.BazelConversionPathContext, []string, []string) bazel… 130 func maybePartitionExportedAndImplementationsDepsExcludes(ctx android.BazelConversionPathContext, e… argument 145 func bp2buildParseStaticOrSharedProps(ctx android.BazelConversionPathContext, module *Module, lib *… argument 207 func Bp2BuildParsePrebuiltLibraryProps(ctx android.BazelConversionPathContext, module *Module, isSt… argument [all …]
|