Home
last modified time | relevance | path

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

/build/soong/python/
Dinstaller.go55 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/cc/
Dinstaller.go71 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/rust/
Dcompiler.go226 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/sh/
Dsh_binary.go203 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/android/
Dconfig.go961 func (c *config) HasMultilibConflict(arch ArchType) bool { func