Home
last modified time | relevance | path

Searched defs:ModuleContext (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go440 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string, stage Stage) bool {
468 func buildGoPackage(ctx blueprint.ModuleContext, pkgRoot string,
504 func buildGoTest(ctx blueprint.ModuleContext, testRoot, testPkgArchive,
572 func phonyGoTarget(ctx blueprint.ModuleContext, target string, srcs []string,
976 func packageRoot(ctx blueprint.ModuleContext) string {
983 func testRoot(ctx blueprint.ModuleContext) string {
989 func moduleSrcDir(ctx blueprint.ModuleContext) string {
994 func moduleObjDir(ctx blueprint.ModuleContext) string {
999 func moduleGenSrcDir(ctx blueprint.ModuleContext) string {
/build/soong/cc/
Dcc.go419 type ModuleContext interface { interface
437 flags(ctx ModuleContext, flags Flags) Flags
443 compile(ctx ModuleContext, flags Flags) common.Paths
448 link(ctx ModuleContext, flags Flags, deps PathDeps, objFiles common.Paths) common.Path
453 install(ctx ModuleContext, path common.Path)
/build/blueprint/
Dmodule_ctx.go90 GenerateBuildActions(ModuleContext) argument
127 type ModuleContext interface { interface
/build/soong/common/
Dmodule.go422 blueprint.ModuleContext anonMember