Home
last modified time | relevance | path

Searched refs:ImplementationModuleName (Results 1 – 8 of 8) sorted by relevance

/build/soong/linkerconfig/
Dlinkerconfig.go132 …nfoProvider); ok && ccInfo.LinkerInfo != nil && ccInfo.LinkerInfo.ImplementationModuleName != nil {
133 name = *ccInfo.LinkerInfo.ImplementationModuleName
/build/soong/cc/
Dllndk_library.go88 movedToApexLlndkLibrariesMap[library.ImplementationModuleName] = true
Dcc.go82 ImplementationModuleName *string member
216 ImplementationModuleName string member
1616 func (c *Module) ImplementationModuleName(ctx android.BaseModuleContext) string { func
1619 name = versioned.ImplementationModuleName(name)
1632 name = versioned.ImplementationModuleName(name)
2410 name := v.ImplementationModuleName(ctx.OtherModuleName(c))
2411 ccInfo.LinkerInfo.ImplementationModuleName = &name
2504 info.ImplementationModuleName = vi.ImplementationModuleName(mod.BaseModuleName())
Dprebuilt.go271 func (p *prebuiltLibraryLinker) ImplementationModuleName(name string) string { func
Dndk_library.go142 func (stub *stubDecorator) ImplementationModuleName(name string) string { func
Dlibrary.go838 ImplementationModuleName(name string) string methodSpec
1840 name := versioningMacroName(ctx.Module().(*Module).ImplementationModuleName(ctx))
2002 func (library *libraryDecorator) ImplementationModuleName(name string) string { func
/build/soong/rust/
Dlibrary.go375 func (library *libraryDecorator) ImplementationModuleName(name string) string { func
Drust.go853 name = versioned.ImplementationModuleName(name)