Home
last modified time | relevance | path

Searched refs:GetDirectDepWithTag (Results 1 – 12 of 12) sorted by relevance

/build/soong/rust/
Dcoverage.go68 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
76 profiler_builtins := ctx.GetDirectDepWithTag(ProfilerBuiltins, rlibDepTag).(*Module)
Dbindgen.go305 …cmd = ctx.GetDirectDepWithTag(b.Properties.Custom_bindgen, customBindgenDepTag).(android.HostToolP…
Drust.go935 sourceMod := actx.GetDirectDepWithTag(mod.Name(), sourceDepTag)
/build/soong/cc/
Dcoverage.go188 coverage := ctx.GetDirectDepWithTag(getGcovProfileLibraryName(ctx), CoverageDepTag).(*Module)
199 coverage := ctx.GetDirectDepWithTag(getClangProfileLibraryName(ctx), CoverageDepTag).(*Module)
Dndk_library.go291 dep := ctx.GetDirectDepWithTag(strings.TrimSuffix(ctx.ModuleName(), ndkLibrarySuffix),
/build/soong/android/
Dbase_module_context.go109 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module methodSpec
273 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint… func
274 return b.bp.GetDirectDepWithTag(name, tag)
Dmodule_context.go371 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod… func
/build/soong/java/
Dclasspath_fragment.go106 dep, _ := ctx.GetDirectDepWithTag(name, tag).(android.Module)
Drobolectric.go257 runtimes := ctx.GetDirectDepWithTag("robolectric-android-all-prebuilts", roboRuntimesTag)
472 runtimeFromSourceModule := ctx.GetDirectDepWithTag(String(r.props.Lib), libTag)
Dravenwood.go259 libModule := ctx.GetDirectDepWithTag(lib, ravenwoodLibContentTag)
/build/soong/filesystem/
Dbootimg.go182 ramdisk := ctx.GetDirectDepWithTag(ramdiskName, bootimgRamdiskDep)
/build/blueprint/
Dmodule_ctx.go209 GetDirectDepWithTag(name string, tag DependencyTag) Module methodSpec
623 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func