Searched refs:getStem (Results 1 – 12 of 12) sorted by relevance
74 fileName := procMacro.getStem(ctx) + ctx.toolchain().ProcMacroSuffix()83 func (procMacro *procMacroDecorator) getStem(ctx ModuleContext) string { func
87 func (sp *BaseSourceProvider) getStem(ctx android.ModuleContext) string { func
495 return library.getStem(ctx) + ctx.toolchain().SharedLibSuffix()571 fileName = library.getStem(ctx) + ctx.toolchain().RlibSuffix()575 fileName = library.getStem(ctx) + ctx.toolchain().DylibSuffix()579 fileName = library.getStem(ctx) + ctx.toolchain().StaticLibSuffix()687 func (library *libraryDecorator) getStem(ctx ModuleContext) string { func
261 outputStaticFnsFile := android.PathForModuleOut(ctx, b.BaseSourceProvider.getStem(ctx)+".c")301 outputFile := android.PathForModuleOut(ctx, b.BaseSourceProvider.getStem(ctx)+".rs")
132 fileName := binary.getStem(ctx) + ctx.toolchain().ExecutableSuffix()
118 stem := proto.BaseSourceProvider.getStem(ctx)
310 envVars = append(envVars, "CARGO_BIN_NAME="+bin.getStem(ctx))
603 func (compiler *baseCompiler) getStem(ctx android.ModuleContext) string { func
141 func (m *genNoticeModule) getStem() string { func177 out := m.getStem() + m.getSuffix()
137 main, p.getStem(ctx), srcsZips)245 func (p *PythonBinaryModule) getStem(ctx android.ModuleContext) string { func
141 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string { func338 fileName := binary.getStem(ctx) + flags.Toolchain.ExecutableSuffix()440 binary.coverageOutputFile = transformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
431 fileName := p.getStem(ctx) + flags.Toolchain.ExecutableSuffix()