Home
last modified time | relevance | path

Searched refs:stubDecorator (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dndk_library.go110 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 …]
Dndk_abi.go48 if installer, ok := m.installer.(*stubDecorator); ok {
86 if installer, ok := m.installer.(*stubDecorator); ok {
Dndk_sysroot.go179 if installer, ok := m.installer.(*stubDecorator); ok && m.library.buildStubs() {
Dfuzz.go208 if _, isLLndkStubLibrary := ccLibrary.linker.(*stubDecorator); isLLndkStubLibrary {
Dandroidmk.go408 func (c *stubDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
Dcc.go1007 if stub, ok := c.linker.(*stubDecorator); ok {
1048 if _, ok := c.linker.(*stubDecorator); ok {
1395 if _, ok := c.compiler.(*stubDecorator); ok {