Home
last modified time | relevance | path

Searched refs:OsClass (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Darch.go212 Class OsClass
217 type OsClass int type
220 Generic OsClass = iota
226 func (class OsClass) String() string {
245 func NewOsType(name string, class OsClass, defDisabled bool) OsType { argument
761 func decodeTargetProductVariables(config *config) (map[OsClass][]Target, error) {
764 targets := make(map[OsClass][]Target)
Dmodule.go357 func (a *ModuleBase) OsClassSupported() []OsClass {
360 return []OsClass{Host, HostCross}
362 return []OsClass{Host}
364 return []OsClass{Device}
366 var supported []OsClass
Dconfig.go73 Targets map[OsClass][]Target