Searched refs:BazelConversionPathContext (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | bazel.go | 62 GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string argument 63 ConvertWithBp2build(ctx BazelConversionPathContext) bool argument 65 ConvertedToBazel(ctx BazelConversionPathContext) bool argument 96 func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) st… 281 func GenerateCcLibraryStaticOnly(ctx BazelConversionPathContext) bool { argument 295 func (b *BazelModuleBase) MixedBuildsEnabled(ctx BazelConversionPathContext) bool { 312 func (b *BazelModuleBase) ConvertWithBp2build(ctx BazelConversionPathContext) bool { 399 func (b *BazelModuleBase) ConvertedToBazel(ctx BazelConversionPathContext) bool {
|
D | bazel_paths.go | 72 type BazelConversionPathContext interface { interface 85 func BazelLabelForModuleDeps(ctx BazelConversionPathContext, modules []string) bazel.LabelList { argument 103 func BazelLabelForModuleSrcSingle(ctx BazelConversionPathContext, path string) bazel.Label { argument 113 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList { argument 123 func BazelLabelForModuleSrcExcludes(ctx BazelConversionPathContext, paths, excludes []string) bazel… argument 160 func transformSubpackagePath(ctx BazelConversionPathContext, path bazel.Label) bazel.Label { argument 211 func transformSubpackagePaths(ctx BazelConversionPathContext, paths bazel.LabelList) bazel.LabelLis… argument 243 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab… argument 291 func getOtherModuleLabel(ctx BazelConversionPathContext, dep, tag string) bazel.Label { argument 309 func bazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module, tag string) string { argument [all …]
|
/build/soong/cc/ |
D | bp2build.go | 397 func bp2BuildMakePathsRelativeToModule(ctx android.BazelConversionPathContext, paths []string) []st… argument
|