Home
last modified time | relevance | path

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

/build/soong/android/
Dfilegroup.go66 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
Dpaths.go415 return PathsWithModuleSrcSubDir(ctx, paths, ""), nil
1060 func PathsWithModuleSrcSubDir(ctx ModuleContext, paths Paths, subDir string) Paths { func