Searched refs:PathsForSource (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | kernel_headers.go | 28 f.reexportSystemDirs(android.PathsForSource(ctx, ctx.DeviceConfig().DeviceKernelHeaderDirs())...)
|
D | compiler.go | 300 rootIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Include_dirs) 491 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/android/ |
D | rule_builder_test.go | 304 OrderOnlys(PathsForSource(ctx, []string{"OrderOnlys"})). 320 wantInputs := PathsForSource(ctx, []string{"Implicit", "Input", "input", "input2", "input3"}) 323 wantTools := PathsForSource(ctx, []string{"Tool", "tool2"}) 324 wantOrderOnlys := PathsForSource(ctx, []string{"OrderOnly", "OrderOnlys"})
|
D | proto.go | 69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
|
D | paths.go | 233 func PathsForSource(ctx PathContext, paths []string) Paths { func
|
/build/soong/bpf/ |
D | bpf.go | 79 for _, dir := range android.PathsForSource(ctx, bpf.properties.Include_dirs) {
|
/build/soong/java/ |
D | sdk.go | 644 Inputs(android.PathsForSource(ctx, in)).
|
D | java.go | 828 android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...) 1245 flags.errorProneProcessorPath = classpath(android.PathsForSource(ctx, config.ErrorProneClasspath))
|
D | droiddoc.go | 473 aidlIncludes = append(aidlIncludes, android.PathsForSource(ctx, j.properties.Aidl.Include_dirs)...)
|