Searched refs:PathsForSource (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | rule_builder_test.go | 336 OrderOnlys(PathsForSource(ctx, []string{"OrderOnlys"})). 337 Validations(PathsForSource(ctx, []string{"Validations"})). 355 wantInputs := PathsForSource(ctx, []string{"Implicit", "Input", "input", "input2", "input3"}) 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"}) [all …]
|
D | proto.go | 69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
|
D | paths.go | 348 func PathsForSource(ctx PathContext, paths []string) Paths { func
|
/build/soong/cc/ |
D | kernel_headers.go | 28 f.reexportSystemDirs(android.PathsForSource(ctx, ctx.DeviceConfig().DeviceKernelHeaderDirs())...)
|
D | compiler.go | 332 rootIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Include_dirs) 543 rootAidlIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Aidl.Include_dirs)
|
/build/make/tools/fs_config/ |
D | fs_config.go | 46 t.paths = android.PathsForSource(ctx, ret)
|
/build/soong/bpf/ |
D | bpf.go | 92 for _, dir := range android.PathsForSource(ctx, bpf.properties.Include_dirs) {
|
/build/soong/java/ |
D | base.go | 659 android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...) 717 flags.errorProneProcessorPath = classpath(android.PathsForSource(ctx, config.ErrorProneClasspath))
|
D | droiddoc.go | 289 aidlIncludes = append(aidlIncludes, android.PathsForSource(ctx, j.properties.Aidl.Include_dirs)...)
|