Home
last modified time | relevance | path

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

/build/soong/java/
Dresources.go45 excludes = append(excludes, common.PathForModuleSrc(ctx, exclude, "**/*").String())
56 resourceDir := common.PathForModuleSrc(ctx, resourceDir)
Djava.go232 flags = append(flags, "-I"+common.PathForModuleSrc(ctx).String())
233 flags = append(flags, "-I"+common.PathForModuleSrc(ctx, "src").String())
356 jarjar_rules := common.PathForModuleSrc(ctx, *j.properties.Jarjar_rules)
482 …ctx.InstallFile(common.PathForModuleInstall(ctx, "bin"), common.PathForModuleSrc(ctx, j.binaryProp…
522 prebuilt := common.PathForModuleSrc(ctx, j.properties.Srcs[0])
Dapp.go228 manifestPath := common.PathForModuleSrc(ctx, manifestFile)
/build/soong/common/
Dpaths.go217 ret[i] = PathForModuleSrc(ctx, path)
234 ret = append(ret, PathForModuleSrc(ctx, path[len(prefix):]))
513 func PathForModuleSrc(ctx AndroidModuleContext, paths ...string) ModuleSrcPath { func
524 return OptionalPathForPath(PathForModuleSrc(ctx, *p))
Dmodule.go587 prefix := PathForModuleSrc(ctx).String()
602 globbedSrcFiles = append(globbedSrcFiles, PathForModuleSrc(ctx, s))
/build/soong/cc/
Dcc.go931 "-I" + common.PathForModuleSrc(ctx).String(),
1032 if strings.HasPrefix(common.PathForModuleSrc(ctx).String(), "external/") {