Home
last modified time | relevance | path

Searched refs:PathsForModuleSrcExcludes (Results 1 – 11 of 11) sorted by relevance

/build/soong/cc/
Dndk_headers.go136 m.srcPaths = android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
237 m.srcPaths = android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
Dcompiler.go407 compiler.srcsBeforeGen = android.PathsForModuleSrcExcludes(ctx, srcs, exclude_srcs)
/build/soong/aconfig/
Daconfig_value_set.go67 …srcs := android.PathsForModuleSrcExcludes(ctx, module.properties.Srcs, []string{ctx.BlueprintsFile…
/build/soong/java/
Djava_resources.go109 files := android.PathsForModuleSrcExcludes(ctx, res, exclude)
Dbase.go1027 j.ignoredAidlPermissionList = android.PathsForModuleSrcExcludes(ctx, exceptions, nil)
1197 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
1208 …kotlinCommonSrcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Common_srcs, j.propert…
2217 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
Ddroiddoc.go427 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
/build/soong/android/
Dfilegroup.go101 …srcs := PathsForModuleSrcExcludes(ctx, fg.properties.Srcs.GetOrDefault(ctx, nil), fg.properties.Ex…
Dmodule_context.go972 return PathsForModuleSrcExcludes(m, srcFiles, excludes)
Dpaths.go530 return PathsForModuleSrcExcludes(ctx, paths, nil)
558 func PathsForModuleSrcExcludes(ctx ModuleMissingDepsPathContext, paths, excludes []string) Paths { func
Dpaths_test.go1154 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
/build/soong/python/
Dpython.go385 …expandedSrcs := android.PathsForModuleSrcExcludes(ctx, p.properties.Srcs, p.properties.Exclude_src…