Searched refs:PathsForSource (Results 1 – 10 of 10) sorted by relevance
/aosp12/build/soong/android/ |
H A D | rule_builder_test.go | 336 OrderOnlys(PathsForSource(ctx, []string{"OrderOnlys"})). 337 Validations(PathsForSource(ctx, []string{"Validations"})). 363 wantTools := PathsForSource(ctx, []string{"Tool", "tool2"}) 364 wantOrderOnlys := PathsForSource(ctx, []string{"OrderOnly", "OrderOnlys"}) 365 wantValidations := PathsForSource(ctx, []string{"Validation", "Validations"}) 508 in := PathsForSource(ctx, t.properties.Srcs) 517 rspFileContents := PathsForSource(ctx, []string{"rsp_in"}) 518 rspFileContents2 := PathsForSource(ctx, []string{"rsp_in2"}) 533 in := PathsForSource(ctx, []string{"in"}) 542 rspFileContents := PathsForSource(ctx, []string{"rsp_in"}) [all …]
|
H A D | proto.go | 69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
|
H A D | paths.go | 348 func PathsForSource(ctx PathContext, paths []string) Paths { func
|
/aosp12/build/soong/cc/ |
H A D | kernel_headers.go | 28 f.reexportSystemDirs(android.PathsForSource(ctx, ctx.DeviceConfig().DeviceKernelHeaderDirs())...)
|
H A D | compiler.go | 332 rootIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Include_dirs) 543 rootAidlIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Aidl.Include_dirs)
|
/aosp12/build/make/tools/fs_config/ |
H A D | fs_config.go | 46 t.paths = android.PathsForSource(ctx, ret)
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface_metadata_singleton.go | 120 implicits := android.PathsForSource(ctx, info.HashFiles)
|
/aosp12/build/soong/bpf/ |
H A D | bpf.go | 92 for _, dir := range android.PathsForSource(ctx, bpf.properties.Include_dirs) {
|
/aosp12/build/soong/java/ |
H A D | base.go | 659 android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...) 717 flags.errorProneProcessorPath = classpath(android.PathsForSource(ctx, config.ErrorProneClasspath))
|
H A D | droiddoc.go | 289 aidlIncludes = append(aidlIncludes, android.PathsForSource(ctx, j.properties.Aidl.Include_dirs)...)
|