Home
last modified time | relevance | path

Searched refs:getStemWithoutSuffix (Results 1 – 4 of 4) sorted by relevance

/build/soong/rust/
Dproc_macro.go76 stem := procMacro.baseCompiler.getStemWithoutSuffix(ctx)
Dcompiler.go378 return compiler.getStemWithoutSuffix(ctx) + String(compiler.Properties.Suffix)
381 func (compiler *baseCompiler) getStemWithoutSuffix(ctx BaseModuleContext) string { func
Dlibrary.go539 stem := library.baseCompiler.getStemWithoutSuffix(ctx)
/build/soong/cc/
Dbinary.go130 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string { func
142 return binary.getStemWithoutSuffix(ctx) + String(binary.Properties.Suffix)
452 symlinkName := binary.getStemWithoutSuffix(ctx)