Home
last modified time | relevance | path

Searched refs:BazelLabelForModuleSrcExcludes (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dbazel_paths.go104 return BazelLabelForModuleSrcExcludes(ctx, []string{path}, []string(nil)).Includes[0]
114 return BazelLabelForModuleSrcExcludes(ctx, paths, []string(nil))
123 func BazelLabelForModuleSrcExcludes(ctx BazelConversionPathContext, paths, excludes []string) bazel… func
Dfilegroup.go61 BazelLabelForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs))
/build/soong/python/
Dbinary.go100 srcs := android.BazelLabelForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
/build/soong/cc/
Dbp2build.go220 return android.BazelLabelForModuleSrcExcludes(ctx, allSrcs, allExcludeSrcs)