Home
last modified time | relevance | path

Searched refs:ExecutableSuffix (Results 1 – 7 of 7) sorted by relevance

/build/soong/rust/config/
Dtoolchain.go31 ExecutableSuffix() string methodSpec
82 func (toolchainBase) ExecutableSuffix() string { func
/build/soong/cc/config/
Dtoolchain.go73 ExecutableSuffix() string methodSpec
117 func (toolchainBase) ExecutableSuffix() string { func
Dx86_windows_host.go254 func (t *toolchainWindows) ExecutableSuffix() string { func
/build/soong/rust/
Dbinary.go107 fileName := binary.getStem(ctx) + ctx.toolchain().ExecutableSuffix()
/build/soong/cc/
Dbinary.go324 fileName := binary.getStem(ctx) + flags.Toolchain.ExecutableSuffix()
419 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix())
Dprebuilt.go341 fileName := p.getStem(ctx) + flags.Toolchain.ExecutableSuffix()
Dmakevars.go311 ctx.Strict(makePrefix+"EXECUTABLE_SUFFIX", toolchain.ExecutableSuffix())