Searched refs:PathsWithModuleSrcSubDir (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | filegroup.go | 137 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
|
H A D | bazel_paths.go | 272 globbedPaths = PathsWithModuleSrcSubDir(ctx, globbedPaths, "")
|
H A D | paths.go | 568 return PathsWithModuleSrcSubDir(ctx, paths, ""), nil 1299 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface.go | 236 …srcs = append(srcs, android.PathsWithModuleSrcSubDir(ctx, android.PathsForModuleSrc(ctx, []string{…
|