Searched refs:PathsWithModuleSrcSubDir (Results 1 – 3 of 3) sorted by relevance
81 srcs = android.PathsWithModuleSrcSubDir(87 hdrs = android.PathsWithModuleSrcSubDir(
95 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
728 return PathsWithModuleSrcSubDir(input.context, paths, ""), nil1485 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths { func