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.go85 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/rust/
Dcompiler.go435 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/sh/
Dsh_binary.go358 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/android/
Dconfig.go1150 func (c *config) HasMultilibConflict(arch ArchType) bool { func