Searched refs:stubDecorator (Results 1 – 5 of 5) sorted by relevance
84 type stubDecorator struct { struct98 var _ versionedInterface = (*stubDecorator)(nil)100 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool { argument104 func (stub *stubDecorator) implementationModuleName(name string) string {135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool {162 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) {276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {280 func (linker *stubDecorator) Name(name string) string {307 func (stub *stubDecorator) nativeCoverage() bool {311 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) {[all …]
122 if installer, ok := m.installer.(*stubDecorator); ok && m.library.buildStubs() {
211 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
466 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
853 if stub, ok := c.linker.(*stubDecorator); ok {900 if _, ok := c.linker.(*stubDecorator); ok {1186 if _, ok := c.compiler.(*stubDecorator); ok {