Searched refs:PathsWithModuleSrcSubDir (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/build/soong/aidl_library/ |
H A D | aidl_library.go | 82 srcs = android.PathsWithModuleSrcSubDir( 88 hdrs = android.PathsWithModuleSrcSubDir(
|
/aosp_15_r20/build/soong/android/ |
H A D | filegroup.go | 105 srcs = PathsWithModuleSrcSubDir(ctx, srcs, String(fg.properties.Path))
|
H A D | paths.go | 859 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil 1691 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_interface.go | 207 …srcs = append(srcs, android.PathsWithModuleSrcSubDir(ctx, android.PathsForModuleSrc(ctx, []string{…
|