Searched refs:stubDecorator (Results 1 – 6 of 6) sorted by relevance
/build/soong/cc/ |
D | ndk_library.go | 110 type stubDecorator struct { struct 126 var _ versionedInterface = (*stubDecorator)(nil) 128 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool { argument 132 func (stub *stubDecorator) implementationModuleName(name string) string { argument 150 func (this *stubDecorator) stubsVersions(ctx android.BaseMutatorContext) []string { argument 167 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool { argument 194 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) { argument 240 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags { argument 290 func (this *stubDecorator) findImplementationLibrary(ctx ModuleContext) android.Path { argument 311 func (this *stubDecorator) libraryName(ctx ModuleContext) string { argument [all …]
|
D | ndk_abi.go | 48 if installer, ok := m.installer.(*stubDecorator); ok { 86 if installer, ok := m.installer.(*stubDecorator); ok {
|
D | ndk_sysroot.go | 179 if installer, ok := m.installer.(*stubDecorator); ok && m.library.buildStubs() {
|
D | fuzz.go | 208 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
|
D | androidmk.go | 408 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
|
D | cc.go | 1007 if stub, ok := c.linker.(*stubDecorator); ok { 1048 if _, ok := c.linker.(*stubDecorator); ok { 1395 if _, ok := c.compiler.(*stubDecorator); ok {
|