Searched refs:GetDirectDepWithTag (Results 1 – 12 of 12) sorted by relevance
/build/soong/rust/ |
D | coverage.go | 68 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface) 76 profiler_builtins := ctx.GetDirectDepWithTag(ProfilerBuiltins, rlibDepTag).(*Module)
|
D | bindgen.go | 305 …cmd = ctx.GetDirectDepWithTag(b.Properties.Custom_bindgen, customBindgenDepTag).(android.HostToolP…
|
D | rust.go | 935 sourceMod := actx.GetDirectDepWithTag(mod.Name(), sourceDepTag)
|
/build/soong/cc/ |
D | coverage.go | 188 coverage := ctx.GetDirectDepWithTag(getGcovProfileLibraryName(ctx), CoverageDepTag).(*Module) 199 coverage := ctx.GetDirectDepWithTag(getClangProfileLibraryName(ctx), CoverageDepTag).(*Module)
|
D | ndk_library.go | 291 dep := ctx.GetDirectDepWithTag(strings.TrimSuffix(ctx.ModuleName(), ndkLibrarySuffix),
|
/build/soong/android/ |
D | base_module_context.go | 109 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)
|
D | module_context.go | 371 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod… func
|
/build/soong/java/ |
D | classpath_fragment.go | 106 dep, _ := ctx.GetDirectDepWithTag(name, tag).(android.Module)
|
D | robolectric.go | 257 runtimes := ctx.GetDirectDepWithTag("robolectric-android-all-prebuilts", roboRuntimesTag) 472 runtimeFromSourceModule := ctx.GetDirectDepWithTag(String(r.props.Lib), libTag)
|
D | ravenwood.go | 259 libModule := ctx.GetDirectDepWithTag(lib, ravenwoodLibContentTag)
|
/build/soong/filesystem/ |
D | bootimg.go | 182 ramdisk := ctx.GetDirectDepWithTag(ramdiskName, bootimgRamdiskDep)
|
/build/blueprint/ |
D | module_ctx.go | 209 GetDirectDepWithTag(name string, tag DependencyTag) Module methodSpec 623 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func
|