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