Home
last modified time | relevance | path

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

/build/soong/rust/
Dproc_macro.go77 stem := procMacro.baseCompiler.getStemWithoutSuffix(ctx)
Dcompiler.go242 return compiler.getStemWithoutSuffix(ctx) + String(compiler.Properties.Suffix)
245 func (compiler *baseCompiler) getStemWithoutSuffix(ctx BaseModuleContext) string { func
Dlibrary.go427 stem := library.baseCompiler.getStemWithoutSuffix(ctx)
/build/soong/cc/
Dbinary.go116 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string { func
126 return binary.getStemWithoutSuffix(ctx) + String(binary.Properties.Suffix)
427 binary.symlinks = append(binary.symlinks, binary.getStemWithoutSuffix(ctx))