Home
last modified time | relevance | path

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

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