Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go145 modulePaths []string member
193 g.modulePaths = append(g.modulePaths, ctx.ModuleDir())
534 dpInfo.Paths = append(dpInfo.Paths, g.modulePaths...)
/build/soong/cc/
Dvndk.go603 modulePaths := make(map[string]string)
669 modulePaths[stem] = ctx.ModuleDir(m)
729 …snapshotOutputs = append(snapshotOutputs, installMapListFile(modulePaths, filepath.Join(configsDir…
/build/soong/java/
Djava.go496 modulePaths []string member
1910 dpInfo.Paths = append(dpInfo.Paths, j.modulePaths...)
2019 j.modulePaths = append(j.modulePaths, ctx.ModuleDir())