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.go331 return PathsWithModuleSrcSubDir(ctx, paths, ""), nil
916 func PathsWithModuleSrcSubDir(ctx ModuleContext, paths Paths, subDir string) Paths { func