Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dtoolchain.go73 ExecutableSuffix() string methodSpec
117 func (toolchainBase) ExecutableSuffix() string { func
Dx86_windows_host.go249 func (t *toolchainWindows) ExecutableSuffix() string { func
/build/soong/cc/
Dbinary.go304 fileName := binary.getStem(ctx) + flags.Toolchain.ExecutableSuffix()
397 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix())
Dprebuilt.go193 fileName := p.getStem(ctx) + flags.Toolchain.ExecutableSuffix()
Dmakevars.go308 ctx.Strict(makePrefix+"EXECUTABLE_SUFFIX", toolchain.ExecutableSuffix())