Home
last modified time | relevance | path

Searched refs:modulePaths (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/genrule/
H A Dgenrule.go179 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 Dmain.go379 modulePaths, err := bp2buildCtx.ListModulePaths(configuration.SrcDir())
384 extraNinjaDeps = append(extraNinjaDeps, modulePaths...)
/aosp12/build/soong/cc/
H A Dvndk.go686 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 Dpaths.go502 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 Djava.go508 j.modulePaths = append(j.modulePaths, ctx.ModuleDir())
H A Dbase.go364 modulePaths []string member
1455 dpInfo.Paths = append(dpInfo.Paths, j.modulePaths...)