Home
last modified time | relevance | path

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

/build/soong/rust/config/
Dtoolchain.go31 ExecutableSuffix() string methodSpec
84 func (toolchainBase) ExecutableSuffix() string { func
/build/soong/cc/config/
Dtoolchain.go103 ExecutableSuffix() string methodSpec
147 func (toolchainBase) ExecutableSuffix() string { func
Dx86_windows_host.go261 func (t *toolchainWindows) ExecutableSuffix() string { func
/build/soong/cc/
Dbinary.go342 fileName := binary.getStem(ctx) + flags.Toolchain.ExecutableSuffix()
443 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix())
Dmakevars.go303 ctx.Strict(makePrefix+"EXECUTABLE_SUFFIX", toolchain.ExecutableSuffix())
Dprebuilt.go428 fileName := p.getStem(ctx) + flags.Toolchain.ExecutableSuffix()