Home
last modified time | relevance | path

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

/build/soong/rust/
Dproc_macro.go84 stem := procMacro.baseCompiler.getStemWithoutSuffix(ctx)
Dcompiler.go604 return compiler.getStemWithoutSuffix(ctx) + String(compiler.Properties.Suffix)
607 func (compiler *baseCompiler) getStemWithoutSuffix(ctx android.BaseModuleContext) string { func
Dlibrary.go688 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)
469 symlinkName := binary.getStemWithoutSuffix(ctx)