Home
last modified time | relevance | path

Searched defs:HostType (Results 1 – 3 of 3) sorted by relevance

/build/soong/common/
Dmodule.go53 HostType() HostType methodSpec
256 func (a *AndroidModuleBase) HostType() HostType { func
501 func (a *androidBaseContextImpl) HostType() HostType { func
Darch.go392 type HostType int type
/build/soong/cc/
Dtoolchain.go40 func registerHostToolchainFactory(ht common.HostType, arch common.ArchType, factory toolchainFactor…