Searched refs:PathsWithModuleSrcSubDir (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | filegroup.go | 149 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
|
D | bazel_paths.go | 295 for _, path := range PathsWithModuleSrcSubDir(ctx, paths, "") {
|
D | paths.go | 662 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil 1402 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func
|