Searched refs:ExecutableSuffix (Results 1 – 10 of 10) sorted by relevance
31 ExecutableSuffix() string methodSpec84 func (toolchainBase) ExecutableSuffix() string { func
36 func (toolchainBionic) ExecutableSuffix() string { return "" } func
241 func (t *toolchainWindows) ExecutableSuffix() string { func
222 func (t *toolchainDarwin) ExecutableSuffix() string { func
92 ExecutableSuffix() string methodSpec
242 func (toolchainLinux) ExecutableSuffix() string { func
132 fileName := binary.getStem(ctx) + ctx.toolchain().ExecutableSuffix()
338 fileName := binary.getStem(ctx) + flags.Toolchain.ExecutableSuffix()460 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix())
307 ctx.Strict(makePrefix+"EXECUTABLE_SUFFIX", toolchain.ExecutableSuffix())
431 fileName := p.getStem(ctx) + flags.Toolchain.ExecutableSuffix()