Home
last modified time | relevance | path

Searched refs:PathsWithModuleSrcSubDir (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dfilegroup.go137 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
Dbazel_paths.go272 globbedPaths = PathsWithModuleSrcSubDir(ctx, globbedPaths, "")
Dpaths.go568 return PathsWithModuleSrcSubDir(ctx, paths, ""), nil
1299 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func