Home
last modified time | relevance | path

Searched refs:PathsForSource (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Drule_builder_test.go336 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 …]
Dproto.go69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
Dpaths.go348 func PathsForSource(ctx PathContext, paths []string) Paths { func
/build/soong/cc/
Dkernel_headers.go28 f.reexportSystemDirs(android.PathsForSource(ctx, ctx.DeviceConfig().DeviceKernelHeaderDirs())...)
Dcompiler.go332 rootIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Include_dirs)
543 rootAidlIncludeDirs := android.PathsForSource(ctx, compiler.Properties.Aidl.Include_dirs)
/build/make/tools/fs_config/
Dfs_config.go46 t.paths = android.PathsForSource(ctx, ret)
/build/soong/bpf/
Dbpf.go92 for _, dir := range android.PathsForSource(ctx, bpf.properties.Include_dirs) {
/build/soong/java/
Dbase.go659 android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...)
717 flags.errorProneProcessorPath = classpath(android.PathsForSource(ctx, config.ErrorProneClasspath))
Ddroiddoc.go289 aidlIncludes = append(aidlIncludes, android.PathsForSource(ctx, j.properties.Aidl.Include_dirs)...)