Searched refs:GetDirectDepWithTag (Results 1 – 10 of 10) sorted by relevance
/build/soong/rust/ |
D | coverage.go | 56 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
|
D | bindgen.go | 205 …cmd = ctx.GetDirectDepWithTag(b.Properties.Custom_bindgen, customBindgenDepTag).(*Module).HostTool…
|
D | rust.go | 811 sourceMod := actx.GetDirectDepWithTag(mod.Name(), sourceDepTag)
|
/build/soong/cc/ |
D | coverage.go | 146 coverage := ctx.GetDirectDepWithTag(getGcovProfileLibraryName(ctx), CoverageDepTag).(*Module) 153 coverage := ctx.GetDirectDepWithTag(getClangProfileLibraryName(ctx), CoverageDepTag).(*Module)
|
/build/soong/android/ |
D | path_properties_test.go | 66 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
|
D | paths.go | 91 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module methodSpec 449 module := ctx.GetDirectDepWithTag(moduleName, sourceOrOutputDepTag(tag))
|
/build/soong/java/ |
D | classpath_fragment.go | 104 dep := ctx.GetDirectDepWithTag(name, tag)
|
D | robolectric.go | 190 runtimes := ctx.GetDirectDepWithTag("robolectric-android-all-prebuilts", roboRuntimesTag) 397 runtimeFromSourceModule := ctx.GetDirectDepWithTag(String(r.props.Lib), libTag)
|
/build/soong/filesystem/ |
D | bootimg.go | 185 ramdisk := ctx.GetDirectDepWithTag(ramdiskName, bootimgRamdiskDep)
|
/build/blueprint/ |
D | module_ctx.go | 198 GetDirectDepWithTag(name string, tag DependencyTag) Module methodSpec 603 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func
|