Searched refs:modulePaths (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/genrule/ |
H A D | genrule.go | 179 modulePaths []string member 250 g.modulePaths = append(g.modulePaths, ctx.ModuleDir()) 577 dpInfo.Paths = append(dpInfo.Paths, g.modulePaths...)
|
/aosp12/build/soong/cmd/soong_build/ |
H A D | main.go | 379 modulePaths, err := bp2buildCtx.ListModulePaths(configuration.SrcDir()) 384 extraNinjaDeps = append(extraNinjaDeps, modulePaths...)
|
/aosp12/build/soong/cc/ |
H A D | vndk.go | 686 modulePaths := make(map[string]string) 768 modulePaths[stem] = ctx.ModuleDir(m) 808 …snapshotOutputs = append(snapshotOutputs, installMapListFileRule(ctx, modulePaths, filepath.Join(c…
|
/aosp12/build/soong/android/ |
H A D | paths.go | 502 modulePaths, err := getPathsFromModuleDep(ctx, e, m, t) 508 expandedExcludes = append(expandedExcludes, modulePaths.Strings()...) 560 modulePaths, err := getPathsFromModuleDep(ctx, sPath, m, t) 564 return excludePaths(modulePaths), nil
|
/aosp12/build/soong/java/ |
H A D | java.go | 508 j.modulePaths = append(j.modulePaths, ctx.ModuleDir())
|
H A D | base.go | 364 modulePaths []string member 1455 dpInfo.Paths = append(dpInfo.Paths, j.modulePaths...)
|